Html Css Color HEX #6A9B42 Apple

📋 copy color: '#6A9B42'

red 106 ◦ green 155 ◦ blue 66

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

Shades of Apple #6A9B42

Tints of Apple #6A9B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 47.4%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 32.42%
G = 47.4%
B = 20.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#6A9B42 (or 0x6A9B42) is known color: Apple. HEX triplet: 6A, 9B and 42. RGB value is (106,155,66). Sum of RGB (Red+Green+Blue) = 106+155+66=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9B42 is #9564BD. Grayscale: #828282. Windows color (decimal): -9790654 or 4365162. OLE color: 4365162.

HSL color Cylindrical-coordinate representation of color #6A9B42: hue angle of 93.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A9B42 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 106 155 66 -
CMYK 0.32 0 0.57 0.39
HSL 93.03º 0.4% 0.43% -
HSV(B) 93.03º 0.57% 0.61% -
XYZ 18.65 26.9 9.36 -
YUV 130.2 91.77 110.74 -
System Red Green Blue C M Y K H S L
Decimal 106 155 66 0.32 0 0.57 0.39 93.03 0.4 0.43
Hex 6A 9B 42 20 0 39 27 5D 28 2B
Octal 152 233 102 40 0 71 47 135 50 53
Binary 1101010 10011011 1000010 100000 0 111001 100111 1011101 101000 101011

Color Harmonies of #6A9B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9B42

Black with #6A9B42

Text Example


Text Example

White with #6A9B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,155,66); }

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

background-color css

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

 a { background-color: rgb(106,155,66); }

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

border-color css

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

 span { border-color: rgb(106,155,66); }

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