Html Css Color HEX #676400 Olive

📋 copy color: '#676400'

red 103 ◦ green 100 ◦ blue 0

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

Shades of Olive #676400

Tints of Olive #676400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.74%
G = 49.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#676400 (or 0x676400) is known color: Olive. HEX triplet: 67, 64 and 00. RGB value is (103,100,0). Sum of RGB (Red+Green+Blue) = 103+100+0=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #676400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676400 is #989BFF. Grayscale: #595959. Windows color (decimal): -10001408 or 25703. OLE color: 25703.

HSL color Cylindrical-coordinate representation of color #676400: hue angle of 58.25º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #676400 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 100 0 -
CMYK 0 0.03 1 0.60
HSL 58.25º 1% 0.2% -
HSV(B) 58.25º 1% 0.4% -
XYZ 10.15 12 1.78 -
YUV 89.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 103 100 0 0 0.03 1 0.60 58.25 1 0.2
Hex 67 64 0 0 3 64 3C 3A 64 14
Octal 147 144 0 0 3 144 74 72 144 24
Binary 1100111 1100100 0 0 11 1100100 111100 111010 1100100 10100

Color Harmonies of #676400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676400

Black with #676400

Text Example


Text Example

White with #676400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676400; }

 p { color: rgb(103,100,0); }

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

background-color css

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

 a { background-color: rgb(103,100,0); }

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

border-color css

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

 span { border-color: rgb(103,100,0); }

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