Html Css Color HEX #768B02 Olive

📋 copy color: '#768B02'

red 118 ◦ green 139 ◦ blue 2

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

Shades of Olive #768B02

Tints of Olive #768B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.67%

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

R = 45.56%
G = 53.67%
B = 0.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#768B02 (or 0x768B02) is known color: Olive. HEX triplet: 76, 8B and 02. RGB value is (118,139,2). Sum of RGB (Red+Green+Blue) = 118+139+2=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #768B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B02 is #8974FD. Grayscale: #757575. Windows color (decimal): -9008382 or 166774. OLE color: 166774.

HSL color Cylindrical-coordinate representation of color #768B02: hue angle of 69.2º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768B02 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 139 2 -
CMYK 0.15 0 0.99 0.45
HSL 69.2º 0.97% 0.28% -
HSV(B) 69.2º 0.99% 0.55% -
XYZ 16.71 22.32 3.48 -
YUV 117.1 63.04 128.64 -
System Red Green Blue C M Y K H S L
Decimal 118 139 2 0.15 0 0.99 0.45 69.2 0.97 0.28
Hex 76 8B 2 F 0 63 2D 45 61 1C
Octal 166 213 2 17 0 143 55 105 141 34
Binary 1110110 10001011 10 1111 0 1100011 101101 1000101 1100001 11100

Color Harmonies of #768B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B02

Black with #768B02

Text Example


Text Example

White with #768B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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