Html Css Color HEX #677002 Olive

📋 copy color: '#677002'

red 103 ◦ green 112 ◦ blue 2

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

Shades of Olive #677002

Tints of Olive #677002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.61%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 47.47%
G = 51.61%
B = 0.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#677002 (or 0x677002) is known color: Olive. HEX triplet: 67, 70 and 02. RGB value is (103,112,2). Sum of RGB (Red+Green+Blue) = 103+112+2=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #677002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677002 is #988FFD. Grayscale: #616161. Windows color (decimal): -9998334 or 159847. OLE color: 159847.

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

Color convert

RGB 103 112 2 -
CMYK 0.08 0 0.98 0.56
HSL 64.91º 0.96% 0.22% -
HSV(B) 64.91º 0.98% 0.44% -
XYZ 11.4 14.48 2.25 -
YUV 96.77 74.52 132.44 -
System Red Green Blue C M Y K H S L
Decimal 103 112 2 0.08 0 0.98 0.56 64.91 0.96 0.22
Hex 67 70 2 8 0 62 38 41 60 16
Octal 147 160 2 10 0 142 70 101 140 26
Binary 1100111 1110000 10 1000 0 1100010 111000 1000001 1100000 10110

Color Harmonies of #677002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677002

Black with #677002

Text Example


Text Example

White with #677002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677002; }

 p { color: rgb(103,112,2); }

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

background-color css

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

 a { background-color: rgb(103,112,2); }

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

border-color css

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

 span { border-color: rgb(103,112,2); }

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