Html Css Color HEX #67860C Olive Drab

📋 copy color: '#67860C'

red 103 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #67860C

Tints of Olive Drab #67860C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.82%

R = 41.37%
G = 53.82%
B = 4.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#67860C (or 0x67860C) is known color: Olive Drab. HEX triplet: 67, 86 and 0C. RGB value is (103,134,12). Sum of RGB (Red+Green+Blue) = 103+134+12=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #67860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67860C is #9879F3. Grayscale: #6F6F6F. Windows color (decimal): -9992692 or 820839. OLE color: 820839.

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

Color convert

RGB 103 134 12 -
CMYK 0.23 0 0.91 0.47
HSL 75.25º 0.84% 0.29% -
HSV(B) 75.25º 0.91% 0.53% -
XYZ 14.18 19.96 3.45 -
YUV 110.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 103 134 12 0.23 0 0.91 0.47 75.25 0.84 0.29
Hex 67 86 C 17 0 5B 2F 4B 54 1D
Octal 147 206 14 27 0 133 57 113 124 35
Binary 1100111 10000110 1100 10111 0 1011011 101111 1001011 1010100 11101

Color Harmonies of #67860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67860C

Black with #67860C

Text Example


Text Example

White with #67860C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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