Html Css Color HEX #677C06 Olive

📋 copy color: '#677C06'

red 103 ◦ green 124 ◦ blue 6

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

Shades of Olive #677C06

Tints of Olive #677C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.22%

 BLUE value IS 6 (2.73% from 255) = 2.58%

R = 44.21%
G = 53.22%
B = 2.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#677C06 (or 0x677C06) is known color: Olive. HEX triplet: 67, 7C and 06. RGB value is (103,124,6). Sum of RGB (Red+Green+Blue) = 103+124+6=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #677C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677C06 is #9883F9. Grayscale: #686868. Windows color (decimal): -9995258 or 425063. OLE color: 425063.

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

Color convert

RGB 103 124 6 -
CMYK 0.17 0 0.95 0.51
HSL 70.68º 0.91% 0.25% -
HSV(B) 70.68º 0.95% 0.49% -
XYZ 12.83 17.31 2.84 -
YUV 104.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 103 124 6 0.17 0 0.95 0.51 70.68 0.91 0.25
Hex 67 7C 6 11 0 5F 33 47 5B 19
Octal 147 174 6 21 0 137 63 107 133 31
Binary 1100111 1111100 110 10001 0 1011111 110011 1000111 1011011 11001

Color Harmonies of #677C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C06

Black with #677C06

Text Example


Text Example

White with #677C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,124,6); }

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

background-color css

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

 a { background-color: rgb(103,124,6); }

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

border-color css

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

 span { border-color: rgb(103,124,6); }

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