Html Css Color HEX #6A902A Olive Drab

📋 copy color: '#6A902A'

red 106 ◦ green 144 ◦ blue 42

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

Shades of Olive Drab #6A902A

Tints of Olive Drab #6A902A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 36.3%
G = 49.32%
B = 14.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#6A902A (or 0x6A902A) is known color: Olive Drab. HEX triplet: 6A, 90 and 2A. RGB value is (106,144,42). Sum of RGB (Red+Green+Blue) = 106+144+42=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #6A902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A902A is #956FD5. Grayscale: #797979. Windows color (decimal): -9793494 or 2789482. OLE color: 2789482.

HSL color Cylindrical-coordinate representation of color #6A902A: hue angle of 82.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A902A is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 106 144 42 -
CMYK 0.26 0 0.71 0.44
HSL 82.35º 0.55% 0.36% -
HSV(B) 82.35º 0.71% 0.56% -
XYZ 16.34 23.18 5.8 -
YUV 121.01 83.41 117.29 -
System Red Green Blue C M Y K H S L
Decimal 106 144 42 0.26 0 0.71 0.44 82.35 0.55 0.36
Hex 6A 90 2A 1A 0 47 2C 52 37 24
Octal 152 220 52 32 0 107 54 122 67 44
Binary 1101010 10010000 101010 11010 0 1000111 101100 1010010 110111 100100

Color Harmonies of #6A902A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A902A

Black with #6A902A

Text Example


Text Example

White with #6A902A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,144,42); }

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

background-color css

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

 a { background-color: rgb(106,144,42); }

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

border-color css

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

 span { border-color: rgb(106,144,42); }

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