Html Css Color HEX #677D04 Olive

📋 copy color: '#677D04'

red 103 ◦ green 125 ◦ blue 4

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

Shades of Olive #677D04

Tints of Olive #677D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.88%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 44.4%
G = 53.88%
B = 1.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#677D04 (or 0x677D04) is known color: Olive. HEX triplet: 67, 7D and 04. RGB value is (103,125,4). Sum of RGB (Red+Green+Blue) = 103+125+4=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #677D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677D04 is #9882FB. Grayscale: #696969. Windows color (decimal): -9995004 or 294247. OLE color: 294247.

HSL color Cylindrical-coordinate representation of color #677D04: hue angle of 70.91º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #677D04 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 125 4 -
CMYK 0.18 0 0.97 0.51
HSL 70.91º 0.94% 0.25% -
HSV(B) 70.91º 0.97% 0.49% -
XYZ 12.95 17.56 2.82 -
YUV 104.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 103 125 4 0.18 0 0.97 0.51 70.91 0.94 0.25
Hex 67 7D 4 12 0 61 33 47 5E 19
Octal 147 175 4 22 0 141 63 107 136 31
Binary 1100111 1111101 100 10010 0 1100001 110011 1000111 1011110 11001

Color Harmonies of #677D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677D04

Black with #677D04

Text Example


Text Example

White with #677D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677D04; }

 p { color: rgb(103,125,4); }

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

background-color css

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

 a { background-color: rgb(103,125,4); }

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

border-color css

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

 span { border-color: rgb(103,125,4); }

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