Html Css Color HEX #676D00 Olive

📋 copy color: '#676D00'

red 103 ◦ green 109 ◦ blue 0

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

Shades of Olive #676D00

Tints of Olive #676D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.42%

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

R = 48.58%
G = 51.42%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#676D00 (or 0x676D00) is known color: Olive. HEX triplet: 67, 6D and 00. RGB value is (103,109,0). Sum of RGB (Red+Green+Blue) = 103+109+0=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #676D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676D00 is #9892FF. Grayscale: #5F5F5F. Windows color (decimal): -9999104 or 28007. OLE color: 28007.

HSL color Cylindrical-coordinate representation of color #676D00: hue angle of 63.3º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #676D00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 109 0 -
CMYK 0.06 0 1 0.57
HSL 63.3º 1% 0.21% -
HSV(B) 63.3º 1% 0.43% -
XYZ 11.06 13.82 2.08 -
YUV 94.78 74.51 133.86 -
System Red Green Blue C M Y K H S L
Decimal 103 109 0 0.06 0 1 0.57 63.3 1 0.21
Hex 67 6D 0 6 0 64 39 3F 64 15
Octal 147 155 0 6 0 144 71 77 144 25
Binary 1100111 1101101 0 110 0 1100100 111001 111111 1100100 10101

Color Harmonies of #676D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D00

Black with #676D00

Text Example


Text Example

White with #676D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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