Html Css Color HEX #67840D Olive Drab

📋 copy color: '#67840D'

red 103 ◦ green 132 ◦ blue 13

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

Shades of Olive Drab #67840D

Tints of Olive Drab #67840D

RGB

 RED value IS 103 (40.63% from 255) = 41.53%

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 41.53%
G = 53.23%
B = 5.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#67840D (or 0x67840D) is known color: Olive Drab. HEX triplet: 67, 84 and 0D. RGB value is (103,132,13). Sum of RGB (Red+Green+Blue) = 103+132+13=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 132 (51.95% from 255 or 53.23% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 132 - color contains mainly: green. Hex color #67840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67840D is #987BF2. Grayscale: #6E6E6E. Windows color (decimal): -9993203 or 885863. OLE color: 885863.

HSL color Cylindrical-coordinate representation of color #67840D: hue angle of 74.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67840D is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 13 -
CMYK 0.22 0 0.90 0.48
HSL 74.62º 0.82% 0.28% -
HSV(B) 74.62º 0.9% 0.52% -
XYZ 13.92 19.42 3.39 -
YUV 109.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 103 132 13 0.22 0 0.90 0.48 74.62 0.82 0.28
Hex 67 84 D 16 0 5A 30 4B 52 1C
Octal 147 204 15 26 0 132 60 113 122 34
Binary 1100111 10000100 1101 10110 0 1011010 110000 1001011 1010010 11100

Color Harmonies of #67840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67840D

Black with #67840D

Text Example


Text Example

White with #67840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67840D; }

 p { color: rgb(103,132,13); }

 H1.HeaderClassName
 {
   color: #67840D;
 }
 .AnyTagClassName
 {
   color: #67840D;
 }
</style>

background-color css

<style>
 a { background-color: #67840D; }

 a { background-color: rgb(103,132,13); }

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

border-color css

<style>
 span { border-color: #67840D; }

 span { border-color: rgb(103,132,13); }

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