Html Css Color HEX #67860D Olive Drab

📋 copy color: '#67860D'

red 103 ◦ green 134 ◦ blue 13

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

Shades of Olive Drab #67860D

Tints of Olive Drab #67860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.6%

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

R = 41.2%
G = 53.6%
B = 5.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#67860D (or 0x67860D) is known color: Olive Drab. HEX triplet: 67, 86 and 0D. RGB value is (103,134,13). Sum of RGB (Red+Green+Blue) = 103+134+13=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #67860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67860D is #9879F2. Grayscale: #6F6F6F. Windows color (decimal): -9992691 or 886375. OLE color: 886375.

HSL color Cylindrical-coordinate representation of color #67860D: hue angle of 75.37º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67860D is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 134 13 -
CMYK 0.23 0 0.90 0.47
HSL 75.37º 0.82% 0.29% -
HSV(B) 75.37º 0.9% 0.53% -
XYZ 14.19 19.96 3.49 -
YUV 110.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 103 134 13 0.23 0 0.90 0.47 75.37 0.82 0.29
Hex 67 86 D 17 0 5A 2F 4B 52 1D
Octal 147 206 15 27 0 132 57 113 122 35
Binary 1100111 10000110 1101 10111 0 1011010 101111 1001011 1010010 11101

Color Harmonies of #67860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67860D

Black with #67860D

Text Example


Text Example

White with #67860D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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