Html Css Color HEX #768102 Olive

📋 copy color: '#768102'

red 118 ◦ green 129 ◦ blue 2

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

Shades of Olive #768102

Tints of Olive #768102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.81%

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

R = 47.39%
G = 51.81%
B = 0.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#768102 (or 0x768102) is known color: Olive. HEX triplet: 76, 81 and 02. RGB value is (118,129,2). Sum of RGB (Red+Green+Blue) = 118+129+2=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #768102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768102 is #897EFD. Grayscale: #6F6F6F. Windows color (decimal): -9010942 or 164214. OLE color: 164214.

HSL color Cylindrical-coordinate representation of color #768102: hue angle of 65.2º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #768102 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 2 -
CMYK 0.09 0 0.98 0.49
HSL 65.2º 0.97% 0.26% -
HSV(B) 65.2º 0.98% 0.51% -
XYZ 15.33 19.56 3.02 -
YUV 111.23 66.36 132.83 -
System Red Green Blue C M Y K H S L
Decimal 118 129 2 0.09 0 0.98 0.49 65.2 0.97 0.26
Hex 76 81 2 9 0 62 31 41 61 1A
Octal 166 201 2 11 0 142 61 101 141 32
Binary 1110110 10000001 10 1001 0 1100010 110001 1000001 1100001 11010

Color Harmonies of #768102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768102

Black with #768102

Text Example


Text Example

White with #768102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768102; }

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

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

background-color css

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

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

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

border-color css

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

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

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