Html Css Color HEX #676202 Fiji Green

📋 copy color: '#676202'

red 103 ◦ green 98 ◦ blue 2

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

Shades of Fiji Green #676202

Tints of Fiji Green #676202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.28%

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

R = 50.74%
G = 48.28%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#676202 (or 0x676202) is known color: Fiji Green. HEX triplet: 67, 62 and 02. RGB value is (103,98,2). Sum of RGB (Red+Green+Blue) = 103+98+2=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #676202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676202 is #989DFD. Grayscale: #585858. Windows color (decimal): -10001918 or 156263. OLE color: 156263.

HSL color Cylindrical-coordinate representation of color #676202: hue angle of 57.03º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676202 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 98 2 -
CMYK 0 0.05 0.98 0.60
HSL 57.03º 0.96% 0.21% -
HSV(B) 57.03º 0.98% 0.4% -
XYZ 9.97 11.62 1.78 -
YUV 88.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 103 98 2 0 0.05 0.98 0.60 57.03 0.96 0.21
Hex 67 62 2 0 5 62 3C 39 60 15
Octal 147 142 2 0 5 142 74 71 140 25
Binary 1100111 1100010 10 0 101 1100010 111100 111001 1100000 10101

Color Harmonies of #676202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676202

Black with #676202

Text Example


Text Example

White with #676202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676202; }

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

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

background-color css

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

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

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

border-color css

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

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

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