Html Css Color HEX #67822D Olive Drab

📋 copy color: '#67822D'

red 103 ◦ green 130 ◦ blue 45

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

Shades of Olive Drab #67822D

Tints of Olive Drab #67822D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 37.05%
G = 46.76%
B = 16.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#67822D (or 0x67822D) is known color: Olive Drab. HEX triplet: 67, 82 and 2D. RGB value is (103,130,45). Sum of RGB (Red+Green+Blue) = 103+130+45=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #67822D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67822D is #987DD2. Grayscale: #707070. Windows color (decimal): -9993683 or 2982503. OLE color: 2982503.

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

Color convert

RGB 103 130 45 -
CMYK 0.21 0 0.65 0.49
HSL 79.06º 0.49% 0.34% -
HSV(B) 79.06º 0.65% 0.51% -
XYZ 14.05 19.04 5.42 -
YUV 112.24 90.05 121.41 -
System Red Green Blue C M Y K H S L
Decimal 103 130 45 0.21 0 0.65 0.49 79.06 0.49 0.34
Hex 67 82 2D 15 0 41 31 4F 31 22
Octal 147 202 55 25 0 101 61 117 61 42
Binary 1100111 10000010 101101 10101 0 1000001 110001 1001111 110001 100010

Color Harmonies of #67822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67822D

Black with #67822D

Text Example


Text Example

White with #67822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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