Html Css Color HEX #67921D Olive Drab

📋 copy color: '#67921D'

red 103 ◦ green 146 ◦ blue 29

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

Shades of Olive Drab #67921D

Tints of Olive Drab #67921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 52.52%

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

R = 37.05%
G = 52.52%
B = 10.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#67921D (or 0x67921D) is known color: Olive Drab. HEX triplet: 67, 92 and 1D. RGB value is (103,146,29). Sum of RGB (Red+Green+Blue) = 103+146+29=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #67921D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67921D is #986DE2. Grayscale: #787878. Windows color (decimal): -9989603 or 1938023. OLE color: 1938023.

HSL color Cylindrical-coordinate representation of color #67921D: hue angle of 82.05º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67921D is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 146 29 -
CMYK 0.29 0 0.80 0.43
HSL 82.05º 0.67% 0.34% -
HSV(B) 82.05º 0.8% 0.57% -
XYZ 16.09 23.53 4.86 -
YUV 119.81 76.75 116.01 -
System Red Green Blue C M Y K H S L
Decimal 103 146 29 0.29 0 0.80 0.43 82.05 0.67 0.34
Hex 67 92 1D 1D 0 50 2B 52 43 22
Octal 147 222 35 35 0 120 53 122 103 42
Binary 1100111 10010010 11101 11101 0 1010000 101011 1010010 1000011 100010

Color Harmonies of #67921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67921D

Black with #67921D

Text Example


Text Example

White with #67921D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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