Html Css Color HEX #6B8E25 Olive Drab

📋 copy color: '#6B8E25'

red 107 ◦ green 142 ◦ blue 37

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

Shades of Olive Drab #6B8E25

Tints of Olive Drab #6B8E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 37.41%
G = 49.65%
B = 12.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#6B8E25 (or 0x6B8E25) is known color: Olive Drab. HEX triplet: 6B, 8E and 25. RGB value is (107,142,37). Sum of RGB (Red+Green+Blue) = 107+142+37=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8E25 is #9471DA. Grayscale: #777777. Windows color (decimal): -9728475 or 2461291. OLE color: 2461291.

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

Color convert

RGB 107 142 37 -
CMYK 0.25 0 0.74 0.44
HSL 80º 0.59% 0.35% -
HSV(B) 80º 0.74% 0.56% -
XYZ 16.07 22.61 5.27 -
YUV 119.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 107 142 37 0.25 0 0.74 0.44 80 0.59 0.35
Hex 6B 8E 25 19 0 4A 2C 50 3B 23
Octal 153 216 45 31 0 112 54 120 73 43
Binary 1101011 10001110 100101 11001 0 1001010 101100 1010000 111011 100011

Color Harmonies of #6B8E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8E25

Black with #6B8E25

Text Example


Text Example

White with #6B8E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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