#67981B

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

Shades of Olive Drab #67981B

Tints of Olive Drab #67981B

Color information

#67981B (or 0x67981B) is unknown color: approx Olive Drab. HEX triplet: 67, 98 and 1B. RGB value is (103,152,27). Sum of RGB (Red+Green+Blue) = 103+152+27=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #67981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67981B is #9867E4. Grayscale: #7B7B7B. Windows color (decimal): -9988069 or 1808487. OLE color: 1808487.

HSL color Cylindrical-coordinate representation of color #67981B: hue angle of 83.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #67981B is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB10315227-
CMYK0.3200.820.40
HSL83.52º69.83%35.1%-
HSV(B)83.52º82.24%59.61%-
XYZ17.0225.425.05-
YUV123.173.77113.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.52%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=36.52%
G=53.90%
B=9.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103152270.3200.820.4083.5269.8335.1
Hex67981B2005228544623
Octal147230334001225012410643
Binary110011110011000110111000000101001010100010101001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67981B; }

 p { color: rgb(103,152,27); }

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

<style>
 a { background-color: #67981B; }

 a { background-color: rgb(103,152,27); }

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

<style>
 span { border-color: #67981B; }

 span { border-color: rgb(103,152,27); }

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