Html Css Color HEX #67821C Olive Drab

📋 copy color: '#67821C'

red 103 ◦ green 130 ◦ blue 28

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

Shades of Olive Drab #67821C

Tints of Olive Drab #67821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 39.46%
G = 49.81%
B = 10.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#67821C (or 0x67821C) is known color: Olive Drab. HEX triplet: 67, 82 and 1C. RGB value is (103,130,28). Sum of RGB (Red+Green+Blue) = 103+130+28=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #67821C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67821C is #987DE3. Grayscale: #6E6E6E. Windows color (decimal): -9993700 or 1868391. OLE color: 1868391.

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

Color convert

RGB 103 130 28 -
CMYK 0.21 0 0.78 0.49
HSL 75.88º 0.65% 0.31% -
HSV(B) 75.88º 0.78% 0.51% -
XYZ 13.79 18.93 4.03 -
YUV 110.3 81.55 122.79 -
System Red Green Blue C M Y K H S L
Decimal 103 130 28 0.21 0 0.78 0.49 75.88 0.65 0.31
Hex 67 82 1C 15 0 4E 31 4C 41 1F
Octal 147 202 34 25 0 116 61 114 101 37
Binary 1100111 10000010 11100 10101 0 1001110 110001 1001100 1000001 11111

Color Harmonies of #67821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67821C

Black with #67821C

Text Example


Text Example

White with #67821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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