Html Css Color HEX #768B03 Olive

📋 copy color: '#768B03'

red 118 ◦ green 139 ◦ blue 3

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

Shades of Olive #768B03

Tints of Olive #768B03

RGB

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

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

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

R = 45.38%
G = 53.46%
B = 1.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#768B03 (or 0x768B03) is known color: Olive. HEX triplet: 76, 8B and 03. RGB value is (118,139,3). Sum of RGB (Red+Green+Blue) = 118+139+3=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 139 (54.69% from 255 or 53.46% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 139 - color contains mainly: green. Hex color #768B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768B03 is #8974FC. Grayscale: #757575. Windows color (decimal): -9008381 or 232310. OLE color: 232310.

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

Color convert

RGB 118 139 3 -
CMYK 0.15 0 0.98 0.45
HSL 69.26º 0.96% 0.28% -
HSV(B) 69.26º 0.98% 0.55% -
XYZ 16.72 22.32 3.51 -
YUV 117.22 63.54 128.56 -
System Red Green Blue C M Y K H S L
Decimal 118 139 3 0.15 0 0.98 0.45 69.26 0.96 0.28
Hex 76 8B 3 F 0 62 2D 45 60 1C
Octal 166 213 3 17 0 142 55 105 140 34
Binary 1110110 10001011 11 1111 0 1100010 101101 1000101 1100000 11100

Color Harmonies of #768B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B03

Black with #768B03

Text Example


Text Example

White with #768B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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