Html Css Color HEX #677F07 Olive

📋 copy color: '#677F07'

red 103 ◦ green 127 ◦ blue 7

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

Shades of Olive #677F07

Tints of Olive #677F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 43.46%
G = 53.59%
B = 2.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#677F07 (or 0x677F07) is known color: Olive. HEX triplet: 67, 7F and 07. RGB value is (103,127,7). Sum of RGB (Red+Green+Blue) = 103+127+7=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #677F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677F07 is #9880F8. Grayscale: #6A6A6A. Windows color (decimal): -9994489 or 491367. OLE color: 491367.

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

Color convert

RGB 103 127 7 -
CMYK 0.19 0 0.94 0.50
HSL 72º 0.9% 0.26% -
HSV(B) 72º 0.94% 0.5% -
XYZ 13.22 18.08 2.99 -
YUV 106.14 72.05 125.76 -
System Red Green Blue C M Y K H S L
Decimal 103 127 7 0.19 0 0.94 0.50 72 0.9 0.26
Hex 67 7F 7 13 0 5E 32 48 5A 1A
Octal 147 177 7 23 0 136 62 110 132 32
Binary 1100111 1111111 111 10011 0 1011110 110010 1001000 1011010 11010

Color Harmonies of #677F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F07

Black with #677F07

Text Example


Text Example

White with #677F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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