Html Css Color HEX #6A9200 Olive Drab

📋 copy color: '#6A9200'

red 106 ◦ green 146 ◦ blue 0

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

Shades of Olive Drab #6A9200

Tints of Olive Drab #6A9200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.06%
G = 57.94%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#6A9200 (or 0x6A9200) is known color: Olive Drab. HEX triplet: 6A, 92 and 00. RGB value is (106,146,0). Sum of RGB (Red+Green+Blue) = 106+146+0=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9200 is #956DFF. Grayscale: #757575. Windows color (decimal): -9793024 or 37482. OLE color: 37482.

HSL color Cylindrical-coordinate representation of color #6A9200: hue angle of 76.44º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A9200 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 146 0 -
CMYK 0.27 0 1 0.43
HSL 76.44º 1% 0.29% -
HSV(B) 76.44º 1% 0.57% -
XYZ 16.22 23.62 3.7 -
YUV 117.4 61.75 119.87 -
System Red Green Blue C M Y K H S L
Decimal 106 146 0 0.27 0 1 0.43 76.44 1 0.29
Hex 6A 92 0 1B 0 64 2B 4C 64 1D
Octal 152 222 0 33 0 144 53 114 144 35
Binary 1101010 10010010 0 11011 0 1100100 101011 1001100 1100100 11101

Color Harmonies of #6A9200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9200

Black with #6A9200

Text Example


Text Example

White with #6A9200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,146,0); }

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

background-color css

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

 a { background-color: rgb(106,146,0); }

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

border-color css

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

 span { border-color: rgb(106,146,0); }

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