Html Css Color HEX #6B8425 Olive Drab

📋 copy color: '#6B8425'

red 107 ◦ green 132 ◦ blue 37

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

Shades of Olive Drab #6B8425

Tints of Olive Drab #6B8425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.83%

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

R = 38.77%
G = 47.83%
B = 13.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#6B8425 (or 0x6B8425) is known color: Olive Drab. HEX triplet: 6B, 84 and 25. RGB value is (107,132,37). Sum of RGB (Red+Green+Blue) = 107+132+37=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8425 is #947BDA. Grayscale: #727272. Windows color (decimal): -9731035 or 2458731. OLE color: 2458731.

HSL color Cylindrical-coordinate representation of color #6B8425: hue angle of 75.79º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B8425 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 37 -
CMYK 0.19 0 0.72 0.48
HSL 75.79º 0.56% 0.33% -
HSV(B) 75.79º 0.72% 0.52% -
XYZ 14.65 19.76 4.79 -
YUV 113.7 84.72 123.22 -
System Red Green Blue C M Y K H S L
Decimal 107 132 37 0.19 0 0.72 0.48 75.79 0.56 0.33
Hex 6B 84 25 13 0 48 30 4C 38 21
Octal 153 204 45 23 0 110 60 114 70 41
Binary 1101011 10000100 100101 10011 0 1001000 110000 1001100 111000 100001

Color Harmonies of #6B8425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8425

Black with #6B8425

Text Example


Text Example

White with #6B8425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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