Html Css Color HEX #6CB45F Apple

📋 copy color: '#6CB45F'

red 108 ◦ green 180 ◦ blue 95

#6CB45F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6CB45F

Tints of Apple #6CB45F

RGB

 RED value IS 108 (42.58% from 255) = 28.2%

 GREEN value IS 180 (70.7% from 255) = 47%

 BLUE value IS 95 (37.5% from 255) = 24.8%

R = 28.2%
G = 47%
B = 24.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CB45F (or 0x6CB45F) is known color: Apple. HEX triplet: 6C, B4 and 5F. RGB value is (108,180,95). Sum of RGB (Red+Green+Blue) = 108+180+95=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB45F is #934BA0. Grayscale: #959595. Windows color (decimal): -9653153 or 6272108. OLE color: 6272108.

HSL color Cylindrical-coordinate representation of color #6CB45F: hue angle of 110.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CB45F is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 180 95 -
CMYK 0.40 0 0.47 0.29
HSL 110.82º 0.36% 0.54% -
HSV(B) 110.82º 0.47% 0.71% -
XYZ 24.57 36.66 16.61 -
YUV 148.78 97.65 98.91 -
System Red Green Blue C M Y K H S L
Decimal 108 180 95 0.40 0 0.47 0.29 110.82 0.36 0.54
Hex 6C B4 5F 28 0 2F 1D 6F 24 36
Octal 154 264 137 50 0 57 35 157 44 66
Binary 1101100 10110100 1011111 101000 0 101111 11101 1101111 100100 110110

Color Harmonies of #6CB45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB45F

Black with #6CB45F

Text Example


Text Example

White with #6CB45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CB45F; }

 p { color: rgb(108,180,95); }

 H1.HeaderClassName
 {
   color: #6CB45F;
 }
 .AnyTagClassName
 {
   color: #6CB45F;
 }
</style>

background-color css

<style>
 a { background-color: #6CB45F; }

 a { background-color: rgb(108,180,95); }

 div.DivClassName
 {
   background-color: #6CB45F;
 }
 .BgClassName
 {
   background-color: #6CB45F;
 }
</style>

border-color css

<style>
 span { border-color: #6CB45F; }

 span { border-color: rgb(108,180,95); }

 td.TdClassName
 {
   border-color: #6CB45F;
 }
 .TagClassName
 {
   border-color: #6CB45F;
 }
</style>