#758B30

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

Shades of Olive Drab #758B30

Tints of Olive Drab #758B30

Color information

#758B30 (or 0x758B30) is unknown color: approx Olive Drab. HEX triplet: 75, 8B and 30. RGB value is (117,139,48). Sum of RGB (Red+Green+Blue) = 117+139+48=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #758B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B30 is #8A74CF. Grayscale: #7A7A7A. Windows color (decimal): -9073872 or 3181429. OLE color: 3181429.

HSL color Cylindrical-coordinate representation of color #758B30: hue angle of 74.51º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #758B30 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB11713948-
CMYK0.1600.650.45
HSL74.51º48.66%36.67%-
HSV(B)74.51º65.47%54.51%-
XYZ17.122.466.23-
YUV122.0586.21124.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=38.49%
G=45.72%
B=15.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139480.1600.650.4574.5148.6636.67
Hex758B30100412D4b3125
Octal16521360200101551136145
Binary11101011000101111000010000010000011011011001011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B30; }

 p { color: rgb(117,139,48); }

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

<style>
 a { background-color: #758B30; }

 a { background-color: rgb(117,139,48); }

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

<style>
 span { border-color: #758B30; }

 span { border-color: rgb(117,139,48); }

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