Html Css Color HEX #6B8419 Olive Drab

📋 copy color: '#6B8419'

red 107 ◦ green 132 ◦ blue 25

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

Shades of Olive Drab #6B8419

Tints of Olive Drab #6B8419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 40.53%
G = 50%
B = 9.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#6B8419 (or 0x6B8419) is known color: Olive Drab. HEX triplet: 6B, 84 and 19. RGB value is (107,132,25). Sum of RGB (Red+Green+Blue) = 107+132+25=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8419 is #947BE6. Grayscale: #707070. Windows color (decimal): -9731047 or 1672299. OLE color: 1672299.

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

Color convert

RGB 107 132 25 -
CMYK 0.19 0 0.81 0.48
HSL 74.02º 0.68% 0.31% -
HSV(B) 74.02º 0.81% 0.52% -
XYZ 14.49 19.7 3.96 -
YUV 112.33 78.72 124.2 -
System Red Green Blue C M Y K H S L
Decimal 107 132 25 0.19 0 0.81 0.48 74.02 0.68 0.31
Hex 6B 84 19 13 0 51 30 4A 44 1F
Octal 153 204 31 23 0 121 60 112 104 37
Binary 1101011 10000100 11001 10011 0 1010001 110000 1001010 1000100 11111

Color Harmonies of #6B8419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8419

Black with #6B8419

Text Example


Text Example

White with #6B8419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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