Html Css Color HEX #677101 Olive

📋 copy color: '#677101'

red 103 ◦ green 113 ◦ blue 1

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

Shades of Olive #677101

Tints of Olive #677101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 47.47%
G = 52.07%
B = 0.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#677101 (or 0x677101) is known color: Olive. HEX triplet: 67, 71 and 01. RGB value is (103,113,1). Sum of RGB (Red+Green+Blue) = 103+113+1=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #677101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677101 is #988EFE. Grayscale: #616161. Windows color (decimal): -9998079 or 94567. OLE color: 94567.

HSL color Cylindrical-coordinate representation of color #677101: hue angle of 65.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #677101 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 113 1 -
CMYK 0.09 0 0.99 0.56
HSL 65.36º 0.98% 0.22% -
HSV(B) 65.36º 0.99% 0.44% -
XYZ 11.5 14.7 2.26 -
YUV 97.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 103 113 1 0.09 0 0.99 0.56 65.36 0.98 0.22
Hex 67 71 1 9 0 63 38 41 62 16
Octal 147 161 1 11 0 143 70 101 142 26
Binary 1100111 1110001 1 1001 0 1100011 111000 1000001 1100010 10110

Color Harmonies of #677101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677101

Black with #677101

Text Example


Text Example

White with #677101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677101; }

 p { color: rgb(103,113,1); }

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

background-color css

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

 a { background-color: rgb(103,113,1); }

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

border-color css

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

 span { border-color: rgb(103,113,1); }

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