Html Css Color HEX #6B9504 Olive Drab

📋 copy color: '#6B9504'

red 107 ◦ green 149 ◦ blue 4

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

Shades of Olive Drab #6B9504

Tints of Olive Drab #6B9504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

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

R = 41.15%
G = 57.31%
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

#6B9504 (or 0x6B9504) is known color: Olive Drab. HEX triplet: 6B, 95 and 04. RGB value is (107,149,4). Sum of RGB (Red+Green+Blue) = 107+149+4=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #6B9504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9504 is #946AFB. Grayscale: #787878. Windows color (decimal): -9726716 or 300395. OLE color: 300395.

HSL color Cylindrical-coordinate representation of color #6B9504: hue angle of 77.38º 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 #6B9504 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 149 4 -
CMYK 0.28 0 0.97 0.42
HSL 77.38º 0.95% 0.3% -
HSV(B) 77.38º 0.97% 0.58% -
XYZ 16.83 24.63 3.98 -
YUV 119.91 62.59 118.79 -
System Red Green Blue C M Y K H S L
Decimal 107 149 4 0.28 0 0.97 0.42 77.38 0.95 0.3
Hex 6B 95 4 1C 0 61 2A 4D 5F 1E
Octal 153 225 4 34 0 141 52 115 137 36
Binary 1101011 10010101 100 11100 0 1100001 101010 1001101 1011111 11110

Color Harmonies of #6B9504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9504

Black with #6B9504

Text Example


Text Example

White with #6B9504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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