Html Css Color HEX #6A9203 Olive Drab

📋 copy color: '#6A9203'

red 106 ◦ green 146 ◦ blue 3

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

Shades of Olive Drab #6A9203

Tints of Olive Drab #6A9203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 41.57%
G = 57.25%
B = 1.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#6A9203 (or 0x6A9203) is known color: Olive Drab. HEX triplet: 6A, 92 and 03. RGB value is (106,146,3). Sum of RGB (Red+Green+Blue) = 106+146+3=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A9203 is #956DFC. Grayscale: #767676. Windows color (decimal): -9793021 or 234090. OLE color: 234090.

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

Color convert

RGB 106 146 3 -
CMYK 0.27 0 0.98 0.43
HSL 76.78º 0.96% 0.29% -
HSV(B) 76.78º 0.98% 0.57% -
XYZ 16.24 23.63 3.79 -
YUV 117.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 106 146 3 0.27 0 0.98 0.43 76.78 0.96 0.29
Hex 6A 92 3 1B 0 62 2B 4D 60 1D
Octal 152 222 3 33 0 142 53 115 140 35
Binary 1101010 10010010 11 11011 0 1100010 101011 1001101 1100000 11101

Color Harmonies of #6A9203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9203

Black with #6A9203

Text Example


Text Example

White with #6A9203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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