Html Css Color HEX #67640D Fiji Green

📋 copy color: '#67640D'

red 103 ◦ green 100 ◦ blue 13

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

Shades of Fiji Green #67640D

Tints of Fiji Green #67640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.3%

 BLUE value IS 13 (5.47% from 255) = 6.02%

R = 47.69%
G = 46.3%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#67640D (or 0x67640D) is known color: Fiji Green. HEX triplet: 67, 64 and 0D. RGB value is (103,100,13). Sum of RGB (Red+Green+Blue) = 103+100+13=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67640D is #989BF2. Grayscale: #5B5B5B. Windows color (decimal): -10001395 or 877671. OLE color: 877671.

HSL color Cylindrical-coordinate representation of color #67640D: hue angle of 58º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67640D is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 100 13 -
CMYK 0 0.03 0.87 0.60
HSL 58º 0.78% 0.23% -
HSV(B) 58º 0.87% 0.4% -
XYZ 10.22 12.03 2.16 -
YUV 90.98 83.99 136.57 -
System Red Green Blue C M Y K H S L
Decimal 103 100 13 0 0.03 0.87 0.60 58 0.78 0.23
Hex 67 64 D 0 3 57 3C 3A 4E 17
Octal 147 144 15 0 3 127 74 72 116 27
Binary 1100111 1100100 1101 0 11 1010111 111100 111010 1001110 10111

Color Harmonies of #67640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67640D

Black with #67640D

Text Example


Text Example

White with #67640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67640D; }

 p { color: rgb(103,100,13); }

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

background-color css

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

 a { background-color: rgb(103,100,13); }

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

border-color css

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

 span { border-color: rgb(103,100,13); }

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