Html Css Color HEX #6B8E04 Olive Drab

📋 copy color: '#6B8E04'

red 107 ◦ green 142 ◦ blue 4

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

Shades of Olive Drab #6B8E04

Tints of Olive Drab #6B8E04

RGB

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

 GREEN value IS 142 (55.86% from 255) = 56.13%

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

R = 42.29%
G = 56.13%
B = 1.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#6B8E04 (or 0x6B8E04) is known color: Olive Drab. HEX triplet: 6B, 8E and 04. RGB value is (107,142,4). Sum of RGB (Red+Green+Blue) = 107+142+4=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8E04 is #9471FB. Grayscale: #747474. Windows color (decimal): -9728508 or 298603. OLE color: 298603.

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

Color convert

RGB 107 142 4 -
CMYK 0.25 0 0.97 0.44
HSL 75.22º 0.95% 0.29% -
HSV(B) 75.22º 0.97% 0.56% -
XYZ 15.76 22.48 3.62 -
YUV 115.8 64.9 121.72 -
System Red Green Blue C M Y K H S L
Decimal 107 142 4 0.25 0 0.97 0.44 75.22 0.95 0.29
Hex 6B 8E 4 19 0 61 2C 4B 5F 1D
Octal 153 216 4 31 0 141 54 113 137 35
Binary 1101011 10001110 100 11001 0 1100001 101100 1001011 1011111 11101

Color Harmonies of #6B8E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8E04

Black with #6B8E04

Text Example


Text Example

White with #6B8E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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