Html Css Color HEX #738A08 Olive

📋 copy color: '#738A08'

red 115 ◦ green 138 ◦ blue 8

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

Shades of Olive #738A08

Tints of Olive #738A08

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.87%

 BLUE value IS 8 (3.52% from 255) = 3.07%

R = 44.06%
G = 52.87%
B = 3.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#738A08 (or 0x738A08) is known color: Olive. HEX triplet: 73, 8A and 08. RGB value is (115,138,8). Sum of RGB (Red+Green+Blue) = 115+138+8=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #738A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738A08 is #8C75F7. Grayscale: #747474. Windows color (decimal): -9205240 or 559731. OLE color: 559731.

HSL color Cylindrical-coordinate representation of color #738A08: hue angle of 70.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #738A08 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 138 8 -
CMYK 0.17 0 0.94 0.46
HSL 70.62º 0.89% 0.29% -
HSV(B) 70.62º 0.94% 0.54% -
XYZ 16.2 21.84 3.59 -
YUV 116.3 66.88 127.07 -
System Red Green Blue C M Y K H S L
Decimal 115 138 8 0.17 0 0.94 0.46 70.62 0.89 0.29
Hex 73 8A 8 11 0 5E 2E 47 59 1D
Octal 163 212 10 21 0 136 56 107 131 35
Binary 1110011 10001010 1000 10001 0 1011110 101110 1000111 1011001 11101

Color Harmonies of #738A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A08

Black with #738A08

Text Example


Text Example

White with #738A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738A08; }

 p { color: rgb(115,138,8); }

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

background-color css

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

 a { background-color: rgb(115,138,8); }

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

border-color css

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

 span { border-color: rgb(115,138,8); }

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