#67961F

Color #67961F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #67961F

Tints of Olive Drab #67961F

Color information

#67961F (or 0x67961F) is unknown color: approx Olive Drab. HEX triplet: 67, 96 and 1F. RGB value is (103,150,31). Sum of RGB (Red+Green+Blue) = 103+150+31=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #67961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67961F is #9869E0. Grayscale: #7A7A7A. Windows color (decimal): -9988577 or 2070119. OLE color: 2070119.

HSL color Cylindrical-coordinate representation of color #67961F: hue angle of 83.7º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67961F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB10315031-
CMYK0.3100.790.41
HSL83.7º65.75%35.49%-
HSV(B)83.7º79.33%58.82%-
XYZ16.7524.85.2-
YUV122.3876.43114.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 150 (58.98% from 255) = 52.82%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=36.27%
G=52.82%
B=10.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103150310.3100.790.4183.765.7535.49
Hex67961F1F04F29544223
Octal147226373701175112410243
Binary11001111001011011111111110100111110100110101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67961F; }

 p { color: rgb(103,150,31); }

 H1.HeaderClassName
 {
   color: #67961F;
 }
 .AnyTagClassName
 {
   color: #67961F;
 }
</style>
background-color css

<style>
 a { background-color: #67961F; }

 a { background-color: rgb(103,150,31); }

 div.DivClassName
 {
   background-color: #67961F;
 }
 .BgClassName
 {
   background-color: #67961F;
 }
</style>
border-color css

<style>
 span { border-color: #67961F; }

 span { border-color: rgb(103,150,31); }

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