Html Css Color HEX #6B9004 Olive Drab

📋 copy color: '#6B9004'

red 107 ◦ green 144 ◦ blue 4

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

Shades of Olive Drab #6B9004

Tints of Olive Drab #6B9004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.47%

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

R = 41.96%
G = 56.47%
B = 1.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#6B9004 (or 0x6B9004) is known color: Olive Drab. HEX triplet: 6B, 90 and 04. RGB value is (107,144,4). Sum of RGB (Red+Green+Blue) = 107+144+4=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #6B9004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9004 is #946FFB. Grayscale: #757575. Windows color (decimal): -9727996 or 299115. OLE color: 299115.

HSL color Cylindrical-coordinate representation of color #6B9004: hue angle of 75.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B9004 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 144 4 -
CMYK 0.26 0 0.97 0.44
HSL 75.86º 0.95% 0.29% -
HSV(B) 75.86º 0.97% 0.56% -
XYZ 16.06 23.08 3.72 -
YUV 116.98 64.24 120.88 -
System Red Green Blue C M Y K H S L
Decimal 107 144 4 0.26 0 0.97 0.44 75.86 0.95 0.29
Hex 6B 90 4 1A 0 61 2C 4C 5F 1D
Octal 153 220 4 32 0 141 54 114 137 35
Binary 1101011 10010000 100 11010 0 1100001 101100 1001100 1011111 11101

Color Harmonies of #6B9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9004

Black with #6B9004

Text Example


Text Example

White with #6B9004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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