Html Css Color HEX #6A9002 Olive Drab

📋 copy color: '#6A9002'

red 106 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #6A9002

Tints of Olive Drab #6A9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 42.06%
G = 57.14%
B = 0.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#6A9002 (or 0x6A9002) is known color: Olive Drab. HEX triplet: 6A, 90 and 02. RGB value is (106,144,2). Sum of RGB (Red+Green+Blue) = 106+144+2=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #6A9002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9002 is #956FFD. Grayscale: #747474. Windows color (decimal): -9793534 or 168042. OLE color: 168042.

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

Color convert

RGB 106 144 2 -
CMYK 0.26 0 0.99 0.44
HSL 76.06º 0.97% 0.29% -
HSV(B) 76.06º 0.99% 0.56% -
XYZ 15.93 23.02 3.66 -
YUV 116.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 106 144 2 0.26 0 0.99 0.44 76.06 0.97 0.29
Hex 6A 90 2 1A 0 63 2C 4C 61 1D
Octal 152 220 2 32 0 143 54 114 141 35
Binary 1101010 10010000 10 11010 0 1100011 101100 1001100 1100001 11101

Color Harmonies of #6A9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9002

Black with #6A9002

Text Example


Text Example

White with #6A9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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