Html Css Color HEX #769702 Olive

📋 copy color: '#769702'

red 118 ◦ green 151 ◦ blue 2

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

Shades of Olive #769702

Tints of Olive #769702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.72%

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

R = 43.54%
G = 55.72%
B = 0.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#769702 (or 0x769702) is known color: Olive. HEX triplet: 76, 97 and 02. RGB value is (118,151,2). Sum of RGB (Red+Green+Blue) = 118+151+2=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #769702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769702 is #8968FD. Grayscale: #7C7C7C. Windows color (decimal): -9005310 or 169846. OLE color: 169846.

HSL color Cylindrical-coordinate representation of color #769702: hue angle of 73.29º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #769702 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 151 2 -
CMYK 0.22 0 0.99 0.41
HSL 73.29º 0.97% 0.3% -
HSV(B) 73.29º 0.99% 0.59% -
XYZ 18.55 25.99 4.1 -
YUV 124.15 59.07 123.62 -
System Red Green Blue C M Y K H S L
Decimal 118 151 2 0.22 0 0.99 0.41 73.29 0.97 0.3
Hex 76 97 2 16 0 63 29 49 61 1E
Octal 166 227 2 26 0 143 51 111 141 36
Binary 1110110 10010111 10 10110 0 1100011 101001 1001001 1100001 11110

Color Harmonies of #769702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769702

Black with #769702

Text Example


Text Example

White with #769702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769702; }

 p { color: rgb(118,151,2); }

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

background-color css

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

 a { background-color: rgb(118,151,2); }

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

border-color css

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

 span { border-color: rgb(118,151,2); }

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