Html Css Color HEX #67842D Olive Drab

📋 copy color: '#67842D'

red 103 ◦ green 132 ◦ blue 45

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

Shades of Olive Drab #67842D

Tints of Olive Drab #67842D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.14%

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

R = 36.79%
G = 47.14%
B = 16.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#67842D (or 0x67842D) is known color: Olive Drab. HEX triplet: 67, 84 and 2D. RGB value is (103,132,45). Sum of RGB (Red+Green+Blue) = 103+132+45=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #67842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67842D is #987BD2. Grayscale: #717171. Windows color (decimal): -9993171 or 2983015. OLE color: 2983015.

HSL color Cylindrical-coordinate representation of color #67842D: hue angle of 80º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67842D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 45 -
CMYK 0.22 0 0.66 0.48
HSL 80º 0.49% 0.35% -
HSV(B) 80º 0.66% 0.52% -
XYZ 14.32 19.58 5.51 -
YUV 113.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 103 132 45 0.22 0 0.66 0.48 80 0.49 0.35
Hex 67 84 2D 16 0 42 30 50 31 23
Octal 147 204 55 26 0 102 60 120 61 43
Binary 1100111 10000100 101101 10110 0 1000010 110000 1010000 110001 100011

Color Harmonies of #67842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67842D

Black with #67842D

Text Example


Text Example

White with #67842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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