Html Css Color HEX #6B910F Olive Drab

📋 copy color: '#6B910F'

red 107 ◦ green 145 ◦ blue 15

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

Shades of Olive Drab #6B910F

Tints of Olive Drab #6B910F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 40.07%
G = 54.31%
B = 5.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#6B910F (or 0x6B910F) is known color: Olive Drab. HEX triplet: 6B, 91 and 0F. RGB value is (107,145,15). Sum of RGB (Red+Green+Blue) = 107+145+15=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #6B910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B910F is #946EF0. Grayscale: #777777. Windows color (decimal): -9727729 or 1020267. OLE color: 1020267.

HSL color Cylindrical-coordinate representation of color #6B910F: hue angle of 77.54º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B910F is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 145 15 -
CMYK 0.26 0 0.90 0.43
HSL 77.54º 0.81% 0.31% -
HSV(B) 77.54º 0.9% 0.57% -
XYZ 16.28 23.41 4.11 -
YUV 118.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 107 145 15 0.26 0 0.90 0.43 77.54 0.81 0.31
Hex 6B 91 F 1A 0 5A 2B 4E 51 1F
Octal 153 221 17 32 0 132 53 116 121 37
Binary 1101011 10010001 1111 11010 0 1011010 101011 1001110 1010001 11111

Color Harmonies of #6B910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B910F

Black with #6B910F

Text Example


Text Example

White with #6B910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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