Html Css Color HEX #767A02 Olive

📋 copy color: '#767A02'

red 118 ◦ green 122 ◦ blue 2

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

Shades of Olive #767A02

Tints of Olive #767A02

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.41%

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

R = 48.76%
G = 50.41%
B = 0.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#767A02 (or 0x767A02) is known color: Olive. HEX triplet: 76, 7A and 02. RGB value is (118,122,2). Sum of RGB (Red+Green+Blue) = 118+122+2=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #767A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767A02 is #8985FD. Grayscale: #6B6B6B. Windows color (decimal): -9012734 or 162422. OLE color: 162422.

HSL color Cylindrical-coordinate representation of color #767A02: hue angle of 62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #767A02 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 2 -
CMYK 0.03 0 0.98 0.52
HSL 62º 0.97% 0.24% -
HSV(B) 62º 0.98% 0.48% -
XYZ 14.44 17.78 2.73 -
YUV 107.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 118 122 2 0.03 0 0.98 0.52 62 0.97 0.24
Hex 76 7A 2 3 0 62 34 3E 61 18
Octal 166 172 2 3 0 142 64 76 141 30
Binary 1110110 1111010 10 11 0 1100010 110100 111110 1100001 11000

Color Harmonies of #767A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A02

Black with #767A02

Text Example


Text Example

White with #767A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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