Html Css Color HEX #857907 Olive

📋 copy color: '#857907'

red 133 ◦ green 121 ◦ blue 7

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

Shades of Olive #857907

Tints of Olive #857907

RGB

 RED value IS 133 (52.34% from 255) = 50.96%

 GREEN value IS 121 (47.66% from 255) = 46.36%

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

R = 50.96%
G = 46.36%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#857907 (or 0x857907) is known color: Olive. HEX triplet: 85, 79 and 07. RGB value is (133,121,7). Sum of RGB (Red+Green+Blue) = 133+121+7=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #857907 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857907 is #7A86F8. Grayscale: #707070. Windows color (decimal): -8029945 or 489861. OLE color: 489861.

HSL color Cylindrical-coordinate representation of color #857907: hue angle of 54.29º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #857907 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 7 -
CMYK 0 0.09 0.95 0.48
HSL 54.29º 0.9% 0.27% -
HSV(B) 54.29º 0.95% 0.52% -
XYZ 16.55 18.68 2.93 -
YUV 111.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 133 121 7 0 0.09 0.95 0.48 54.29 0.9 0.27
Hex 85 79 7 0 9 5F 30 36 5A 1B
Octal 205 171 7 0 11 137 60 66 132 33
Binary 10000101 1111001 111 0 1001 1011111 110000 110110 1011010 11011

Color Harmonies of #857907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857907

Black with #857907

Text Example


Text Example

White with #857907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857907; }

 p { color: rgb(133,121,7); }

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

background-color css

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

 a { background-color: rgb(133,121,7); }

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

border-color css

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

 span { border-color: rgb(133,121,7); }

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