Html Css Color HEX #67822C Olive Drab

📋 copy color: '#67822C'

red 103 ◦ green 130 ◦ blue 44

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

Shades of Olive Drab #67822C

Tints of Olive Drab #67822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.93%

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 37.18%
G = 46.93%
B = 15.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#67822C (or 0x67822C) is known color: Olive Drab. HEX triplet: 67, 82 and 2C. RGB value is (103,130,44). Sum of RGB (Red+Green+Blue) = 103+130+44=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #67822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67822C is #987DD3. Grayscale: #707070. Windows color (decimal): -9993684 or 2916967. OLE color: 2916967.

HSL color Cylindrical-coordinate representation of color #67822C: hue angle of 78.84º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67822C is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 44 -
CMYK 0.21 0 0.66 0.49
HSL 78.84º 0.49% 0.34% -
HSV(B) 78.84º 0.66% 0.51% -
XYZ 14.03 19.03 5.32 -
YUV 112.12 89.55 121.49 -
System Red Green Blue C M Y K H S L
Decimal 103 130 44 0.21 0 0.66 0.49 78.84 0.49 0.34
Hex 67 82 2C 15 0 42 31 4F 31 22
Octal 147 202 54 25 0 102 61 117 61 42
Binary 1100111 10000010 101100 10101 0 1000010 110001 1001111 110001 100010

Color Harmonies of #67822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67822C

Black with #67822C

Text Example


Text Example

White with #67822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,130,44); }

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

background-color css

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

 a { background-color: rgb(103,130,44); }

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

border-color css

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

 span { border-color: rgb(103,130,44); }

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