Html Css Color HEX #958B07 Olive

📋 copy color: '#958B07'

red 149 ◦ green 139 ◦ blue 7

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

Shades of Olive #958B07

Tints of Olive #958B07

RGB

 RED value IS 149 (58.59% from 255) = 50.51%

 GREEN value IS 139 (54.69% from 255) = 47.12%

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

R = 50.51%
G = 47.12%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#958B07 (or 0x958B07) is known color: Olive. HEX triplet: 95, 8B and 07. RGB value is (149,139,7). Sum of RGB (Red+Green+Blue) = 149+139+7=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #958B07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958B07 is #6A74F8. Grayscale: #7F7F7F. Windows color (decimal): -6976761 or 494485. OLE color: 494485.

HSL color Cylindrical-coordinate representation of color #958B07: hue angle of 55.77º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #958B07 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 7 -
CMYK 0 0.07 0.95 0.42
HSL 55.77º 0.91% 0.31% -
HSV(B) 55.77º 0.95% 0.58% -
XYZ 21.67 24.87 3.86 -
YUV 126.94 60.31 143.73 -
System Red Green Blue C M Y K H S L
Decimal 149 139 7 0 0.07 0.95 0.42 55.77 0.91 0.31
Hex 95 8B 7 0 7 5F 2A 38 5B 1F
Octal 225 213 7 0 7 137 52 70 133 37
Binary 10010101 10001011 111 0 111 1011111 101010 111000 1011011 11111

Color Harmonies of #958B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B07

Black with #958B07

Text Example


Text Example

White with #958B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958B07; }

 p { color: rgb(149,139,7); }

 H1.HeaderClassName
 {
   color: #958B07;
 }
 .AnyTagClassName
 {
   color: #958B07;
 }
</style>

background-color css

<style>
 a { background-color: #958B07; }

 a { background-color: rgb(149,139,7); }

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

border-color css

<style>
 span { border-color: #958B07; }

 span { border-color: rgb(149,139,7); }

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