Html Css Color HEX #6AB64A Apple

📋 copy color: '#6AB64A'

red 106 ◦ green 182 ◦ blue 74

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

Shades of Apple #6AB64A

Tints of Apple #6AB64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 29.28%
G = 50.28%
B = 20.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#6AB64A (or 0x6AB64A) is known color: Apple. HEX triplet: 6A, B6 and 4A. RGB value is (106,182,74). Sum of RGB (Red+Green+Blue) = 106+182+74=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB64A is #9549B5. Grayscale: #939393. Windows color (decimal): -9783734 or 4896362. OLE color: 4896362.

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

Color convert

RGB 106 182 74 -
CMYK 0.42 0 0.59 0.29
HSL 102.22º 0.43% 0.5% -
HSV(B) 102.22º 0.59% 0.71% -
XYZ 23.91 37.01 12.36 -
YUV 146.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 106 182 74 0.42 0 0.59 0.29 102.22 0.43 0.5
Hex 6A B6 4A 2A 0 3B 1D 66 2B 32
Octal 152 266 112 52 0 73 35 146 53 62
Binary 1101010 10110110 1001010 101010 0 111011 11101 1100110 101011 110010

Color Harmonies of #6AB64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB64A

Black with #6AB64A

Text Example


Text Example

White with #6AB64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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