Html Css Color HEX #6B9404 Olive Drab

📋 copy color: '#6B9404'

red 107 ◦ green 148 ◦ blue 4

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

Shades of Olive Drab #6B9404

Tints of Olive Drab #6B9404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 41.31%
G = 57.14%
B = 1.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#6B9404 (or 0x6B9404) is known color: Olive Drab. HEX triplet: 6B, 94 and 04. RGB value is (107,148,4). Sum of RGB (Red+Green+Blue) = 107+148+4=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9404 is #946BFB. Grayscale: #777777. Windows color (decimal): -9726972 or 300139. OLE color: 300139.

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

Color convert

RGB 107 148 4 -
CMYK 0.28 0 0.97 0.42
HSL 77.08º 0.95% 0.3% -
HSV(B) 77.08º 0.97% 0.58% -
XYZ 16.68 24.31 3.93 -
YUV 119.33 62.92 119.21 -
System Red Green Blue C M Y K H S L
Decimal 107 148 4 0.28 0 0.97 0.42 77.08 0.95 0.3
Hex 6B 94 4 1C 0 61 2A 4D 5F 1E
Octal 153 224 4 34 0 141 52 115 137 36
Binary 1101011 10010100 100 11100 0 1100001 101010 1001101 1011111 11110

Color Harmonies of #6B9404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9404

Black with #6B9404

Text Example


Text Example

White with #6B9404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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