Html Css Color HEX #676514 Fiji Green

📋 copy color: '#676514'

red 103 ◦ green 101 ◦ blue 20

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

Shades of Fiji Green #676514

Tints of Fiji Green #676514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 45.98%
G = 45.09%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#676514 (or 0x676514) is known color: Fiji Green. HEX triplet: 67, 65 and 14. RGB value is (103,101,20). Sum of RGB (Red+Green+Blue) = 103+101+20=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #676514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676514 is #989AEB. Grayscale: #5C5C5C. Windows color (decimal): -10001132 or 1336679. OLE color: 1336679.

HSL color Cylindrical-coordinate representation of color #676514: hue angle of 58.55º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #676514 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 101 20 -
CMYK 0 0.02 0.81 0.60
HSL 58.55º 0.67% 0.24% -
HSV(B) 58.55º 0.81% 0.4% -
XYZ 10.37 12.24 2.48 -
YUV 92.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 103 101 20 0 0.02 0.81 0.60 58.55 0.67 0.24
Hex 67 65 14 0 2 51 3C 3B 43 18
Octal 147 145 24 0 2 121 74 73 103 30
Binary 1100111 1100101 10100 0 10 1010001 111100 111011 1000011 11000

Color Harmonies of #676514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676514

Black with #676514

Text Example


Text Example

White with #676514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676514; }

 p { color: rgb(103,101,20); }

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

background-color css

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

 a { background-color: rgb(103,101,20); }

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

border-color css

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

 span { border-color: rgb(103,101,20); }

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