Html Css Color HEX #67801D Olive Drab

📋 copy color: '#67801D'

red 103 ◦ green 128 ◦ blue 29

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

Shades of Olive Drab #67801D

Tints of Olive Drab #67801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.23%

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 39.62%
G = 49.23%
B = 11.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#67801D (or 0x67801D) is known color: Olive Drab. HEX triplet: 67, 80 and 1D. RGB value is (103,128,29). Sum of RGB (Red+Green+Blue) = 103+128+29=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #67801D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67801D is #987FE2. Grayscale: #6D6D6D. Windows color (decimal): -9994211 or 1933415. OLE color: 1933415.

HSL color Cylindrical-coordinate representation of color #67801D: hue angle of 75.15º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67801D is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 128 29 -
CMYK 0.20 0 0.77 0.50
HSL 75.15º 0.63% 0.31% -
HSV(B) 75.15º 0.77% 0.5% -
XYZ 13.53 18.41 4 -
YUV 109.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 103 128 29 0.20 0 0.77 0.50 75.15 0.63 0.31
Hex 67 80 1D 14 0 4D 32 4B 3F 1F
Octal 147 200 35 24 0 115 62 113 77 37
Binary 1100111 10000000 11101 10100 0 1001101 110010 1001011 111111 11111

Color Harmonies of #67801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67801D

Black with #67801D

Text Example


Text Example

White with #67801D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,128,29); }

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

background-color css

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

 a { background-color: rgb(103,128,29); }

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

border-color css

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

 span { border-color: rgb(103,128,29); }

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