Html Css Color HEX #738502 Olive

📋 copy color: '#738502'

red 115 ◦ green 133 ◦ blue 2

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

Shades of Olive #738502

Tints of Olive #738502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

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

R = 46%
G = 53.2%
B = 0.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#738502 (or 0x738502) is known color: Olive. HEX triplet: 73, 85 and 02. RGB value is (115,133,2). Sum of RGB (Red+Green+Blue) = 115+133+2=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #738502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738502 is #8C7AFD. Grayscale: #717171. Windows color (decimal): -9206526 or 165235. OLE color: 165235.

HSL color Cylindrical-coordinate representation of color #738502: hue angle of 68.24º 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 #738502 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 2 -
CMYK 0.14 0 0.98 0.48
HSL 68.24º 0.97% 0.26% -
HSV(B) 68.24º 0.98% 0.52% -
XYZ 15.47 20.42 3.18 -
YUV 112.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 115 133 2 0.14 0 0.98 0.48 68.24 0.97 0.26
Hex 73 85 2 E 0 62 30 44 61 1A
Octal 163 205 2 16 0 142 60 104 141 32
Binary 1110011 10000101 10 1110 0 1100010 110000 1000100 1100001 11010

Color Harmonies of #738502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738502

Black with #738502

Text Example


Text Example

White with #738502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738502; }

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

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

background-color css

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

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

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

border-color css

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

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

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