Html Css Color HEX #6AA455 Apple

📋 copy color: '#6AA455'

red 106 ◦ green 164 ◦ blue 85

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

Shades of Apple #6AA455

Tints of Apple #6AA455

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.2%

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 29.86%
G = 46.2%
B = 23.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#6AA455 (or 0x6AA455) is known color: Apple. HEX triplet: 6A, A4 and 55. RGB value is (106,164,85). Sum of RGB (Red+Green+Blue) = 106+164+85=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA455 is #955BAA. Grayscale: #898989. Windows color (decimal): -9788331 or 5612650. OLE color: 5612650.

HSL color Cylindrical-coordinate representation of color #6AA455: hue angle of 104.05º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AA455 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 164 85 -
CMYK 0.35 0 0.48 0.36
HSL 104.05º 0.32% 0.49% -
HSV(B) 104.05º 0.48% 0.64% -
XYZ 20.86 30.27 13.34 -
YUV 137.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 106 164 85 0.35 0 0.48 0.36 104.05 0.32 0.49
Hex 6A A4 55 23 0 30 24 68 20 31
Octal 152 244 125 43 0 60 44 150 40 61
Binary 1101010 10100100 1010101 100011 0 110000 100100 1101000 100000 110001

Color Harmonies of #6AA455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA455

Black with #6AA455

Text Example


Text Example

White with #6AA455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,164,85); }

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

background-color css

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

 a { background-color: rgb(106,164,85); }

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

border-color css

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

 span { border-color: rgb(106,164,85); }

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