Html Css Color HEX #6B8E2C Olive Drab

📋 copy color: '#6B8E2C'

red 107 ◦ green 142 ◦ blue 44

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

Shades of Olive Drab #6B8E2C

Tints of Olive Drab #6B8E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.02%

R = 36.52%
G = 48.46%
B = 15.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#6B8E2C (or 0x6B8E2C) is known color: Olive Drab. HEX triplet: 6B, 8E and 2C. RGB value is (107,142,44). Sum of RGB (Red+Green+Blue) = 107+142+44=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8E2C is #9471D3. Grayscale: #787878. Windows color (decimal): -9728468 or 2920043. OLE color: 2920043.

HSL color Cylindrical-coordinate representation of color #6B8E2C: hue angle of 81.43º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B8E2C is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 142 44 -
CMYK 0.25 0 0.69 0.44
HSL 81.43º 0.53% 0.36% -
HSV(B) 81.43º 0.69% 0.56% -
XYZ 16.19 22.65 5.9 -
YUV 120.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 107 142 44 0.25 0 0.69 0.44 81.43 0.53 0.36
Hex 6B 8E 2C 19 0 45 2C 51 35 24
Octal 153 216 54 31 0 105 54 121 65 44
Binary 1101011 10001110 101100 11001 0 1000101 101100 1010001 110101 100100

Color Harmonies of #6B8E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8E2C

Black with #6B8E2C

Text Example


Text Example

White with #6B8E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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