Html Css Color HEX #6B910D Olive Drab

📋 copy color: '#6B910D'

red 107 ◦ green 145 ◦ blue 13

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

Shades of Olive Drab #6B910D

Tints of Olive Drab #6B910D

RGB

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

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

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

R = 40.38%
G = 54.72%
B = 4.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#6B910D (or 0x6B910D) is known color: Olive Drab. HEX triplet: 6B, 91 and 0D. RGB value is (107,145,13). Sum of RGB (Red+Green+Blue) = 107+145+13=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #6B910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B910D is #946EF2. Grayscale: #777777. Windows color (decimal): -9727731 or 889195. OLE color: 889195.

HSL color Cylindrical-coordinate representation of color #6B910D: hue angle of 77.27º 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 #6B910D is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 13 -
CMYK 0.26 0 0.91 0.43
HSL 77.27º 0.84% 0.31% -
HSV(B) 77.27º 0.91% 0.57% -
XYZ 16.26 23.41 4.04 -
YUV 118.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 107 145 13 0.26 0 0.91 0.43 77.27 0.84 0.31
Hex 6B 91 D 1A 0 5B 2B 4D 54 1F
Octal 153 221 15 32 0 133 53 115 124 37
Binary 1101011 10010001 1101 11010 0 1011011 101011 1001101 1010100 11111

Color Harmonies of #6B910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B910D

Black with #6B910D

Text Example


Text Example

White with #6B910D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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