Html Css Color HEX #676502 Olive

📋 copy color: '#676502'

red 103 ◦ green 101 ◦ blue 2

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

Shades of Olive #676502

Tints of Olive #676502

RGB

 RED value IS 103 (40.63% from 255) = 50%

 GREEN value IS 101 (39.84% from 255) = 49.03%

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

R = 50%
G = 49.03%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#676502 (or 0x676502) is known color: Olive. HEX triplet: 67, 65 and 02. RGB value is (103,101,2). Sum of RGB (Red+Green+Blue) = 103+101+2=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #676502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676502 is #989AFD. Grayscale: #5A5A5A. Windows color (decimal): -10001150 or 157031. OLE color: 157031.

HSL color Cylindrical-coordinate representation of color #676502: hue angle of 58.81º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676502 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 101 2 -
CMYK 0 0.02 0.98 0.60
HSL 58.81º 0.96% 0.21% -
HSV(B) 58.81º 0.98% 0.4% -
XYZ 10.26 12.2 1.87 -
YUV 90.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 103 101 2 0 0.02 0.98 0.60 58.81 0.96 0.21
Hex 67 65 2 0 2 62 3C 3B 60 15
Octal 147 145 2 0 2 142 74 73 140 25
Binary 1100111 1100101 10 0 10 1100010 111100 111011 1100000 10101

Color Harmonies of #676502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676502

Black with #676502

Text Example


Text Example

White with #676502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676502; }

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

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

background-color css

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

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

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

border-color css

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

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

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