Html Css Color HEX #677F04 Olive

📋 copy color: '#677F04'

red 103 ◦ green 127 ◦ blue 4

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

Shades of Olive #677F04

Tints of Olive #677F04

RGB

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

 GREEN value IS 127 (50% from 255) = 54.27%

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

R = 44.02%
G = 54.27%
B = 1.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#677F04 (or 0x677F04) is known color: Olive. HEX triplet: 67, 7F and 04. RGB value is (103,127,4). Sum of RGB (Red+Green+Blue) = 103+127+4=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #677F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677F04 is #9880FB. Grayscale: #6A6A6A. Windows color (decimal): -9994492 or 294759. OLE color: 294759.

HSL color Cylindrical-coordinate representation of color #677F04: hue angle of 71.71º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #677F04 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 103 127 4 -
CMYK 0.19 0 0.97 0.50
HSL 71.71º 0.94% 0.26% -
HSV(B) 71.71º 0.97% 0.5% -
XYZ 13.2 18.07 2.91 -
YUV 105.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 103 127 4 0.19 0 0.97 0.50 71.71 0.94 0.26
Hex 67 7F 4 13 0 61 32 48 5E 1A
Octal 147 177 4 23 0 141 62 110 136 32
Binary 1100111 1111111 100 10011 0 1100001 110010 1001000 1011110 11010

Color Harmonies of #677F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F04

Black with #677F04

Text Example


Text Example

White with #677F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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