Html Css Color HEX #6B9407 Olive Drab

📋 copy color: '#6B9407'

red 107 ◦ green 148 ◦ blue 7

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

Shades of Olive Drab #6B9407

Tints of Olive Drab #6B9407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 40.84%
G = 56.49%
B = 2.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#6B9407 (or 0x6B9407) is known color: Olive Drab. HEX triplet: 6B, 94 and 07. RGB value is (107,148,7). Sum of RGB (Red+Green+Blue) = 107+148+7=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9407 is #946BF8. Grayscale: #787878. Windows color (decimal): -9726969 or 496747. OLE color: 496747.

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

Color convert

RGB 107 148 7 -
CMYK 0.28 0 0.95 0.42
HSL 77.45º 0.91% 0.3% -
HSV(B) 77.45º 0.95% 0.58% -
XYZ 16.69 24.32 4.02 -
YUV 119.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 107 148 7 0.28 0 0.95 0.42 77.45 0.91 0.3
Hex 6B 94 7 1C 0 5F 2A 4D 5B 1E
Octal 153 224 7 34 0 137 52 115 133 36
Binary 1101011 10010100 111 11100 0 1011111 101010 1001101 1011011 11110

Color Harmonies of #6B9407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9407

Black with #6B9407

Text Example


Text Example

White with #6B9407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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