Html Css Color HEX #6AB64F Apple

📋 copy color: '#6AB64F'

red 106 ◦ green 182 ◦ blue 79

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

Shades of Apple #6AB64F

Tints of Apple #6AB64F

RGB

 RED value IS 106 (41.8% from 255) = 28.88%

 GREEN value IS 182 (71.48% from 255) = 49.59%

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

R = 28.88%
G = 49.59%
B = 21.53%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#6AB64F (or 0x6AB64F) is known color: Apple. HEX triplet: 6A, B6 and 4F. RGB value is (106,182,79). Sum of RGB (Red+Green+Blue) = 106+182+79=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB64F is #9549B0. Grayscale: #939393. Windows color (decimal): -9783729 or 5224042. OLE color: 5224042.

HSL color Cylindrical-coordinate representation of color #6AB64F: hue angle of 104.27º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AB64F is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 182 79 -
CMYK 0.42 0 0.57 0.29
HSL 104.27º 0.41% 0.51% -
HSV(B) 104.27º 0.57% 0.71% -
XYZ 24.08 37.08 13.29 -
YUV 147.53 89.32 98.38 -
System Red Green Blue C M Y K H S L
Decimal 106 182 79 0.42 0 0.57 0.29 104.27 0.41 0.51
Hex 6A B6 4F 2A 0 39 1D 68 29 33
Octal 152 266 117 52 0 71 35 150 51 63
Binary 1101010 10110110 1001111 101010 0 111001 11101 1101000 101001 110011

Color Harmonies of #6AB64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB64F

Black with #6AB64F

Text Example


Text Example

White with #6AB64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,182,79); }

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

background-color css

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

 a { background-color: rgb(106,182,79); }

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

border-color css

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

 span { border-color: rgb(106,182,79); }

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