Html Css Color HEX #73750B Olive

📋 copy color: '#73750B'

red 115 ◦ green 117 ◦ blue 11

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

Shades of Olive #73750B

Tints of Olive #73750B

RGB

 RED value IS 115 (45.31% from 255) = 47.33%

 GREEN value IS 117 (46.09% from 255) = 48.15%

 BLUE value IS 11 (4.69% from 255) = 4.53%

R = 47.33%
G = 48.15%
B = 4.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#73750B (or 0x73750B) is known color: Olive. HEX triplet: 73, 75 and 0B. RGB value is (115,117,11). Sum of RGB (Red+Green+Blue) = 115+117+11=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #73750B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73750B is #8C8AF4. Grayscale: #686868. Windows color (decimal): -9210613 or 750963. OLE color: 750963.

HSL color Cylindrical-coordinate representation of color #73750B: hue angle of 61.13º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73750B is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 11 -
CMYK 0.02 0 0.91 0.54
HSL 61.13º 0.83% 0.25% -
HSV(B) 61.13º 0.91% 0.46% -
XYZ 13.49 16.39 2.77 -
YUV 104.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 115 117 11 0.02 0 0.91 0.54 61.13 0.83 0.25
Hex 73 75 B 2 0 5B 36 3D 53 19
Octal 163 165 13 2 0 133 66 75 123 31
Binary 1110011 1110101 1011 10 0 1011011 110110 111101 1010011 11001

Color Harmonies of #73750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73750B

Black with #73750B

Text Example


Text Example

White with #73750B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73750B; }

 p { color: rgb(115,117,11); }

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

background-color css

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

 a { background-color: rgb(115,117,11); }

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

border-color css

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

 span { border-color: rgb(115,117,11); }

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