Html Css Color HEX #6CA04B Apple

📋 copy color: '#6CA04B'

red 108 ◦ green 160 ◦ blue 75

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

Shades of Apple #6CA04B

Tints of Apple #6CA04B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.65%

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

R = 31.49%
G = 46.65%
B = 21.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#6CA04B (or 0x6CA04B) is known color: Apple. HEX triplet: 6C, A0 and 4B. RGB value is (108,160,75). Sum of RGB (Red+Green+Blue) = 108+160+75=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA04B is #935FB4. Grayscale: #878787. Windows color (decimal): -9658293 or 4956268. OLE color: 4956268.

HSL color Cylindrical-coordinate representation of color #6CA04B: hue angle of 96.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CA04B is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 160 75 -
CMYK 0.32 0 0.53 0.37
HSL 96.71º 0.36% 0.46% -
HSV(B) 96.71º 0.53% 0.63% -
XYZ 20.03 28.84 11.17 -
YUV 134.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 108 160 75 0.32 0 0.53 0.37 96.71 0.36 0.46
Hex 6C A0 4B 20 0 35 25 61 24 2E
Octal 154 240 113 40 0 65 45 141 44 56
Binary 1101100 10100000 1001011 100000 0 110101 100101 1100001 100100 101110

Color Harmonies of #6CA04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA04B

Black with #6CA04B

Text Example


Text Example

White with #6CA04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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