Html Css Color HEX #73750A Olive

📋 copy color: '#73750A'

red 115 ◦ green 117 ◦ blue 10

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

Shades of Olive #73750A

Tints of Olive #73750A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.13%

R = 47.52%
G = 48.35%
B = 4.13%

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

#73750A (or 0x73750A) is known color: Olive. HEX triplet: 73, 75 and 0A. RGB value is (115,117,10). Sum of RGB (Red+Green+Blue) = 115+117+10=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #73750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73750A is #8C8AF5. Grayscale: #686868. Windows color (decimal): -9210614 or 685427. OLE color: 685427.

HSL color Cylindrical-coordinate representation of color #73750A: hue angle of 61.12º degrees, saturation: 0.84, 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 #73750A is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 10 -
CMYK 0.02 0 0.91 0.54
HSL 61.12º 0.84% 0.25% -
HSV(B) 61.12º 0.91% 0.46% -
XYZ 13.49 16.39 2.74 -
YUV 104.2 74.84 135.7 -
System Red Green Blue C M Y K H S L
Decimal 115 117 10 0.02 0 0.91 0.54 61.12 0.84 0.25
Hex 73 75 A 2 0 5B 36 3D 54 19
Octal 163 165 12 2 0 133 66 75 124 31
Binary 1110011 1110101 1010 10 0 1011011 110110 111101 1010100 11001

Color Harmonies of #73750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73750A

Black with #73750A

Text Example


Text Example

White with #73750A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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