Html Css Color HEX #6AB64D Apple

📋 copy color: '#6AB64D'

red 106 ◦ green 182 ◦ blue 77

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

Shades of Apple #6AB64D

Tints of Apple #6AB64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 29.04%
G = 49.86%
B = 21.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#6AB64D (or 0x6AB64D) is known color: Apple. HEX triplet: 6A, B6 and 4D. RGB value is (106,182,77). Sum of RGB (Red+Green+Blue) = 106+182+77=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB64D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB64D is #9549B2. Grayscale: #939393. Windows color (decimal): -9783731 or 5092970. OLE color: 5092970.

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

Color convert

RGB 106 182 77 -
CMYK 0.42 0 0.58 0.29
HSL 103.43º 0.42% 0.51% -
HSV(B) 103.43º 0.58% 0.71% -
XYZ 24.01 37.06 12.91 -
YUV 147.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 106 182 77 0.42 0 0.58 0.29 103.43 0.42 0.51
Hex 6A B6 4D 2A 0 3A 1D 67 2A 33
Octal 152 266 115 52 0 72 35 147 52 63
Binary 1101010 10110110 1001101 101010 0 111010 11101 1100111 101010 110011

Color Harmonies of #6AB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB64D

Black with #6AB64D

Text Example


Text Example

White with #6AB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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