Html Css Color HEX #918A07 Olive

📋 copy color: '#918A07'

red 145 ◦ green 138 ◦ blue 7

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

Shades of Olive #918A07

Tints of Olive #918A07

RGB

 RED value IS 145 (57.03% from 255) = 50%

 GREEN value IS 138 (54.3% from 255) = 47.59%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 50%
G = 47.59%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#918A07 (or 0x918A07) is known color: Olive. HEX triplet: 91, 8A and 07. RGB value is (145,138,7). Sum of RGB (Red+Green+Blue) = 145+138+7=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #918A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918A07 is #6E75F8. Grayscale: #7D7D7D. Windows color (decimal): -7239161 or 494225. OLE color: 494225.

HSL color Cylindrical-coordinate representation of color #918A07: hue angle of 56.96º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #918A07 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 138 7 -
CMYK 0 0.05 0.95 0.43
HSL 56.96º 0.91% 0.3% -
HSV(B) 56.96º 0.95% 0.57% -
XYZ 20.8 24.21 3.78 -
YUV 125.16 61.32 142.15 -
System Red Green Blue C M Y K H S L
Decimal 145 138 7 0 0.05 0.95 0.43 56.96 0.91 0.3
Hex 91 8A 7 0 5 5F 2B 39 5B 1E
Octal 221 212 7 0 5 137 53 71 133 36
Binary 10010001 10001010 111 0 101 1011111 101011 111001 1011011 11110

Color Harmonies of #918A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A07

Black with #918A07

Text Example


Text Example

White with #918A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A07; }

 p { color: rgb(145,138,7); }

 H1.HeaderClassName
 {
   color: #918A07;
 }
 .AnyTagClassName
 {
   color: #918A07;
 }
</style>

background-color css

<style>
 a { background-color: #918A07; }

 a { background-color: rgb(145,138,7); }

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

border-color css

<style>
 span { border-color: #918A07; }

 span { border-color: rgb(145,138,7); }

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