Html Css Color HEX #768702 Olive

📋 copy color: '#768702'

red 118 ◦ green 135 ◦ blue 2

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

Shades of Olive #768702

Tints of Olive #768702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

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

R = 46.27%
G = 52.94%
B = 0.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#768702 (or 0x768702) is known color: Olive. HEX triplet: 76, 87 and 02. RGB value is (118,135,2). Sum of RGB (Red+Green+Blue) = 118+135+2=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #768702 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #768702 is #8978FD. Grayscale: #737373. Windows color (decimal): -9009406 or 165750. OLE color: 165750.

HSL color Cylindrical-coordinate representation of color #768702: hue angle of 67.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #768702 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 135 2 -
CMYK 0.13 0 0.99 0.47
HSL 67.67º 0.97% 0.27% -
HSV(B) 67.67º 0.99% 0.53% -
XYZ 16.15 21.18 3.3 -
YUV 114.76 64.37 130.31 -
System Red Green Blue C M Y K H S L
Decimal 118 135 2 0.13 0 0.99 0.47 67.67 0.97 0.27
Hex 76 87 2 D 0 63 2F 44 61 1B
Octal 166 207 2 15 0 143 57 104 141 33
Binary 1110110 10000111 10 1101 0 1100011 101111 1000100 1100001 11011

Color Harmonies of #768702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768702

Black with #768702

Text Example


Text Example

White with #768702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768702; }

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

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

background-color css

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

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

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

border-color css

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

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

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