Html Css Color HEX #6B912A Olive Drab

📋 copy color: '#6B912A'

red 107 ◦ green 145 ◦ blue 42

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

Shades of Olive Drab #6B912A

Tints of Olive Drab #6B912A

RGB

 RED value IS 107 (42.19% from 255) = 36.39%

 GREEN value IS 145 (57.03% from 255) = 49.32%

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

R = 36.39%
G = 49.32%
B = 14.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.43

RGB Variations

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

Color information

#6B912A (or 0x6B912A) is known color: Olive Drab. HEX triplet: 6B, 91 and 2A. RGB value is (107,145,42). Sum of RGB (Red+Green+Blue) = 107+145+42=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #6B912A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B912A is #946ED5. Grayscale: #7A7A7A. Windows color (decimal): -9727702 or 2789739. OLE color: 2789739.

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

Color convert

RGB 107 145 42 -
CMYK 0.26 0 0.71 0.43
HSL 82.14º 0.55% 0.37% -
HSV(B) 82.14º 0.71% 0.57% -
XYZ 16.61 23.54 5.86 -
YUV 121.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 107 145 42 0.26 0 0.71 0.43 82.14 0.55 0.37
Hex 6B 91 2A 1A 0 47 2B 52 37 25
Octal 153 221 52 32 0 107 53 122 67 45
Binary 1101011 10010001 101010 11010 0 1000111 101011 1010010 110111 100101

Color Harmonies of #6B912A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B912A

Black with #6B912A

Text Example


Text Example

White with #6B912A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,145,42); }

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

background-color css

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

 a { background-color: rgb(107,145,42); }

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

border-color css

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

 span { border-color: rgb(107,145,42); }

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