#907B08

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

Shades of Olive #907B08

Tints of Olive #907B08

Color information

#907B08 (or 0x907B08) is unknown color: approx Olive. HEX triplet: 90, 7B and 08. RGB value is (144,123,8). Sum of RGB (Red+Green+Blue) = 144+123+8=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #907B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907B08 is #6F84F7. Grayscale: #747474. Windows color (decimal): -7308536 or 555920. OLE color: 555920.

HSL color Cylindrical-coordinate representation of color #907B08: hue angle of 50.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #907B08 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1441238-
CMYK00.150.940.44
HSL50.74º89.47%29.8%-
HSV(B)50.74º94.44%56.47%-
XYZ18.6320.113.13-
YUV116.1766.96147.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.36%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 8 (3.52% from 255) = 2.91%
R=52.36%
G=44.73%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144123800.150.940.4450.7489.4729.8
Hex907B80F5E2C33591e
Octal22017310017136546313136
Binary1001000011110111000011111011110101100110011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907B08; }

 p { color: rgb(144,123,8); }

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

<style>
 a { background-color: #907B08; }

 a { background-color: rgb(144,123,8); }

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

<style>
 span { border-color: #907B08; }

 span { border-color: rgb(144,123,8); }

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