Html Css Color HEX #6BA04F Apple

📋 copy color: '#6BA04F'

red 107 ◦ green 160 ◦ blue 79

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

Shades of Apple #6BA04F

Tints of Apple #6BA04F

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 30.92%
G = 46.24%
B = 22.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#6BA04F (or 0x6BA04F) is known color: Apple. HEX triplet: 6B, A0 and 4F. RGB value is (107,160,79). Sum of RGB (Red+Green+Blue) = 107+160+79=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA04F is #945FB0. Grayscale: #878787. Windows color (decimal): -9723825 or 5218411. OLE color: 5218411.

HSL color Cylindrical-coordinate representation of color #6BA04F: hue angle of 99.26º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA04F is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 79 -
CMYK 0.33 0 0.51 0.37
HSL 99.26º 0.34% 0.47% -
HSV(B) 99.26º 0.51% 0.63% -
XYZ 20.05 28.83 11.91 -
YUV 134.92 96.44 108.09 -
System Red Green Blue C M Y K H S L
Decimal 107 160 79 0.33 0 0.51 0.37 99.26 0.34 0.47
Hex 6B A0 4F 21 0 33 25 63 22 2F
Octal 153 240 117 41 0 63 45 143 42 57
Binary 1101011 10100000 1001111 100001 0 110011 100101 1100011 100010 101111

Color Harmonies of #6BA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA04F

Black with #6BA04F

Text Example


Text Example

White with #6BA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,79); }

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

background-color css

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

 a { background-color: rgb(107,160,79); }

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

border-color css

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

 span { border-color: rgb(107,160,79); }

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