Html Css Color HEX #6A920D Olive Drab

📋 copy color: '#6A920D'

red 106 ◦ green 146 ◦ blue 13

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

Shades of Olive Drab #6A920D

Tints of Olive Drab #6A920D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.91%

R = 40%
G = 55.09%
B = 4.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#6A920D (or 0x6A920D) is known color: Olive Drab. HEX triplet: 6A, 92 and 0D. RGB value is (106,146,13). Sum of RGB (Red+Green+Blue) = 106+146+13=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #6A920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A920D is #956DF2. Grayscale: #777777. Windows color (decimal): -9793011 or 889450. OLE color: 889450.

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

Color convert

RGB 106 146 13 -
CMYK 0.27 0 0.91 0.43
HSL 78.05º 0.84% 0.31% -
HSV(B) 78.05º 0.91% 0.57% -
XYZ 16.3 23.65 4.09 -
YUV 118.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 106 146 13 0.27 0 0.91 0.43 78.05 0.84 0.31
Hex 6A 92 D 1B 0 5B 2B 4E 54 1F
Octal 152 222 15 33 0 133 53 116 124 37
Binary 1101010 10010010 1101 11011 0 1011011 101011 1001110 1010100 11111

Color Harmonies of #6A920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A920D

Black with #6A920D

Text Example


Text Example

White with #6A920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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