Html Css Color HEX #677012 Fiji Green

📋 copy color: '#677012'

red 103 ◦ green 112 ◦ blue 18

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

Shades of Fiji Green #677012

Tints of Fiji Green #677012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 44.21%
G = 48.07%
B = 7.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#677012 (or 0x677012) is known color: Fiji Green. HEX triplet: 67, 70 and 12. RGB value is (103,112,18). Sum of RGB (Red+Green+Blue) = 103+112+18=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #677012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677012 is #988FED. Grayscale: #626262. Windows color (decimal): -9998318 or 1208423. OLE color: 1208423.

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

Color convert

RGB 103 112 18 -
CMYK 0.08 0 0.84 0.56
HSL 65.74º 0.72% 0.25% -
HSV(B) 65.74º 0.84% 0.44% -
XYZ 11.5 14.52 2.77 -
YUV 98.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 103 112 18 0.08 0 0.84 0.56 65.74 0.72 0.25
Hex 67 70 12 8 0 54 38 42 48 19
Octal 147 160 22 10 0 124 70 102 110 31
Binary 1100111 1110000 10010 1000 0 1010100 111000 1000010 1001000 11001

Color Harmonies of #677012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677012

Black with #677012

Text Example


Text Example

White with #677012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677012; }

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

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

background-color css

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

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

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

border-color css

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

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

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