Html Css Color HEX #857B02 Olive

📋 copy color: '#857B02'

red 133 ◦ green 123 ◦ blue 2

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

Shades of Olive #857B02

Tints of Olive #857B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.67%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 51.55%
G = 47.67%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#857B02 (or 0x857B02) is known color: Olive. HEX triplet: 85, 7B and 02. RGB value is (133,123,2). Sum of RGB (Red+Green+Blue) = 133+123+2=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #857B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B02 is #7A84FD. Grayscale: #707070. Windows color (decimal): -8029438 or 162693. OLE color: 162693.

HSL color Cylindrical-coordinate representation of color #857B02: hue angle of 55.42º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #857B02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 123 2 -
CMYK 0 0.08 0.98 0.48
HSL 55.42º 0.97% 0.26% -
HSV(B) 55.42º 0.98% 0.52% -
XYZ 16.77 19.16 2.87 -
YUV 112.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 133 123 2 0 0.08 0.98 0.48 55.42 0.97 0.26
Hex 85 7B 2 0 8 62 30 37 61 1A
Octal 205 173 2 0 10 142 60 67 141 32
Binary 10000101 1111011 10 0 1000 1100010 110000 110111 1100001 11010

Color Harmonies of #857B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857B02

Black with #857B02

Text Example


Text Example

White with #857B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857B02; }

 p { color: rgb(133,123,2); }

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

background-color css

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

 a { background-color: rgb(133,123,2); }

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

border-color css

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

 span { border-color: rgb(133,123,2); }

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