Html Css Color HEX #766702 Olive

📋 copy color: '#766702'

red 118 ◦ green 103 ◦ blue 2

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

Shades of Olive #766702

Tints of Olive #766702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.19%

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

R = 52.91%
G = 46.19%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#766702 (or 0x766702) is known color: Olive. HEX triplet: 76, 67 and 02. RGB value is (118,103,2). Sum of RGB (Red+Green+Blue) = 118+103+2=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #766702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766702 is #8998FD. Grayscale: #606060. Windows color (decimal): -9017598 or 157558. OLE color: 157558.

HSL color Cylindrical-coordinate representation of color #766702: hue angle of 52.24º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #766702 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 2 -
CMYK 0 0.13 0.98 0.54
HSL 52.24º 0.97% 0.24% -
HSV(B) 52.24º 0.98% 0.46% -
XYZ 12.33 13.56 2.02 -
YUV 95.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 118 103 2 0 0.13 0.98 0.54 52.24 0.97 0.24
Hex 76 67 2 0 D 62 36 34 61 18
Octal 166 147 2 0 15 142 66 64 141 30
Binary 1110110 1100111 10 0 1101 1100010 110110 110100 1100001 11000

Color Harmonies of #766702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766702

Black with #766702

Text Example


Text Example

White with #766702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766702; }

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

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

background-color css

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

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

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

border-color css

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

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

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