Html Css Color HEX #64750D Fiji Green

📋 copy color: '#64750D'

red 100 ◦ green 117 ◦ blue 13

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

Shades of Fiji Green #64750D

Tints of Fiji Green #64750D

RGB

 RED value IS 100 (39.45% from 255) = 43.48%

 GREEN value IS 117 (46.09% from 255) = 50.87%

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

R = 43.48%
G = 50.87%
B = 5.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#64750D (or 0x64750D) is known color: Fiji Green. HEX triplet: 64, 75 and 0D. RGB value is (100,117,13). Sum of RGB (Red+Green+Blue) = 100+117+13=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #64750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64750D is #9B8AF2. Grayscale: #646464. Windows color (decimal): -10193651 or 882020. OLE color: 882020.

HSL color Cylindrical-coordinate representation of color #64750D: hue angle of 69.81º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64750D is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 117 13 -
CMYK 0.15 0 0.89 0.54
HSL 69.81º 0.8% 0.25% -
HSV(B) 69.81º 0.89% 0.46% -
XYZ 11.69 15.46 2.75 -
YUV 100.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 100 117 13 0.15 0 0.89 0.54 69.81 0.8 0.25
Hex 64 75 D F 0 59 36 46 50 19
Octal 144 165 15 17 0 131 66 106 120 31
Binary 1100100 1110101 1101 1111 0 1011001 110110 1000110 1010000 11001

Color Harmonies of #64750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64750D

Black with #64750D

Text Example


Text Example

White with #64750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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