Html Css Color HEX #6CAF4B Apple

📋 copy color: '#6CAF4B'

red 108 ◦ green 175 ◦ blue 75

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

Shades of Apple #6CAF4B

Tints of Apple #6CAF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 48.88%

 BLUE value IS 75 (29.69% from 255) = 20.95%

R = 30.17%
G = 48.88%
B = 20.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#6CAF4B (or 0x6CAF4B) is known color: Apple. HEX triplet: 6C, AF and 4B. RGB value is (108,175,75). Sum of RGB (Red+Green+Blue) = 108+175+75=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CAF4B is #9350B4. Grayscale: #8F8F8F. Windows color (decimal): -9654453 or 4960108. OLE color: 4960108.

HSL color Cylindrical-coordinate representation of color #6CAF4B: hue angle of 100.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CAF4B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 175 75 -
CMYK 0.38 0 0.57 0.31
HSL 100.2º 0.4% 0.49% -
HSV(B) 100.2º 0.57% 0.69% -
XYZ 22.78 34.36 12.09 -
YUV 143.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 108 175 75 0.38 0 0.57 0.31 100.2 0.4 0.49
Hex 6C AF 4B 26 0 39 1F 64 28 31
Octal 154 257 113 46 0 71 37 144 50 61
Binary 1101100 10101111 1001011 100110 0 111001 11111 1100100 101000 110001

Color Harmonies of #6CAF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAF4B

Black with #6CAF4B

Text Example


Text Example

White with #6CAF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,175,75); }

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

background-color css

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

 a { background-color: rgb(108,175,75); }

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

border-color css

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

 span { border-color: rgb(108,175,75); }

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