Html Css Color HEX #6B9107 Olive Drab

📋 copy color: '#6B9107'

red 107 ◦ green 145 ◦ blue 7

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

Shades of Olive Drab #6B9107

Tints of Olive Drab #6B9107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 41.31%
G = 55.98%
B = 2.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#6B9107 (or 0x6B9107) is known color: Olive Drab. HEX triplet: 6B, 91 and 07. RGB value is (107,145,7). Sum of RGB (Red+Green+Blue) = 107+145+7=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9107 is #946EF8. Grayscale: #767676. Windows color (decimal): -9727737 or 495979. OLE color: 495979.

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

Color convert

RGB 107 145 7 -
CMYK 0.26 0 0.95 0.43
HSL 76.52º 0.91% 0.3% -
HSV(B) 76.52º 0.95% 0.57% -
XYZ 16.23 23.39 3.86 -
YUV 117.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 107 145 7 0.26 0 0.95 0.43 76.52 0.91 0.3
Hex 6B 91 7 1A 0 5F 2B 4D 5B 1E
Octal 153 221 7 32 0 137 53 115 133 36
Binary 1101011 10010001 111 11010 0 1011111 101011 1001101 1011011 11110

Color Harmonies of #6B9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9107

Black with #6B9107

Text Example


Text Example

White with #6B9107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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