Html Css Color HEX #769303 Olive

📋 copy color: '#769303'

red 118 ◦ green 147 ◦ blue 3

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

Shades of Olive #769303

Tints of Olive #769303

RGB

 RED value IS 118 (46.48% from 255) = 44.03%

 GREEN value IS 147 (57.81% from 255) = 54.85%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 44.03%
G = 54.85%
B = 1.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#769303 (or 0x769303) is known color: Olive. HEX triplet: 76, 93 and 03. RGB value is (118,147,3). Sum of RGB (Red+Green+Blue) = 118+147+3=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #769303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769303 is #896CFC. Grayscale: #7A7A7A. Windows color (decimal): -9006333 or 234358. OLE color: 234358.

HSL color Cylindrical-coordinate representation of color #769303: hue angle of 72.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #769303 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 3 -
CMYK 0.20 0 0.98 0.42
HSL 72.08º 0.96% 0.29% -
HSV(B) 72.08º 0.98% 0.58% -
XYZ 17.92 24.73 3.91 -
YUV 121.91 60.89 125.21 -
System Red Green Blue C M Y K H S L
Decimal 118 147 3 0.20 0 0.98 0.42 72.08 0.96 0.29
Hex 76 93 3 14 0 62 2A 48 60 1D
Octal 166 223 3 24 0 142 52 110 140 35
Binary 1110110 10010011 11 10100 0 1100010 101010 1001000 1100000 11101

Color Harmonies of #769303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769303

Black with #769303

Text Example


Text Example

White with #769303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769303; }

 p { color: rgb(118,147,3); }

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

background-color css

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

 a { background-color: rgb(118,147,3); }

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

border-color css

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

 span { border-color: rgb(118,147,3); }

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