Html Css Color HEX #73780B Olive

📋 copy color: '#73780B'

red 115 ◦ green 120 ◦ blue 11

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

Shades of Olive #73780B

Tints of Olive #73780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.78%

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

R = 46.75%
G = 48.78%
B = 4.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#73780B (or 0x73780B) is known color: Olive. HEX triplet: 73, 78 and 0B. RGB value is (115,120,11). Sum of RGB (Red+Green+Blue) = 115+120+11=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #73780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73780B is #8C87F4. Grayscale: #6A6A6A. Windows color (decimal): -9209845 or 751731. OLE color: 751731.

HSL color Cylindrical-coordinate representation of color #73780B: hue angle of 62.75º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73780B is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 120 11 -
CMYK 0.04 0 0.91 0.53
HSL 62.75º 0.83% 0.26% -
HSV(B) 62.75º 0.91% 0.47% -
XYZ 13.85 17.1 2.89 -
YUV 106.08 74.34 134.36 -
System Red Green Blue C M Y K H S L
Decimal 115 120 11 0.04 0 0.91 0.53 62.75 0.83 0.26
Hex 73 78 B 4 0 5B 35 3F 53 1A
Octal 163 170 13 4 0 133 65 77 123 32
Binary 1110011 1111000 1011 100 0 1011011 110101 111111 1010011 11010

Color Harmonies of #73780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73780B

Black with #73780B

Text Example


Text Example

White with #73780B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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