Html Css Color HEX #64770D Fiji Green

📋 copy color: '#64770D'

red 100 ◦ green 119 ◦ blue 13

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

Shades of Fiji Green #64770D

Tints of Fiji Green #64770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.29%

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

R = 43.1%
G = 51.29%
B = 5.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#64770D (or 0x64770D) is known color: Fiji Green. HEX triplet: 64, 77 and 0D. RGB value is (100,119,13). Sum of RGB (Red+Green+Blue) = 100+119+13=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #64770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64770D is #9B88F2. Grayscale: #656565. Windows color (decimal): -10193139 or 882532. OLE color: 882532.

HSL color Cylindrical-coordinate representation of color #64770D: hue angle of 70.75º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64770D is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 119 13 -
CMYK 0.16 0 0.89 0.53
HSL 70.75º 0.8% 0.26% -
HSV(B) 70.75º 0.89% 0.47% -
XYZ 11.93 15.93 2.83 -
YUV 101.24 78.21 127.12 -
System Red Green Blue C M Y K H S L
Decimal 100 119 13 0.16 0 0.89 0.53 70.75 0.8 0.26
Hex 64 77 D 10 0 59 35 47 50 1A
Octal 144 167 15 20 0 131 65 107 120 32
Binary 1100100 1110111 1101 10000 0 1011001 110101 1000111 1010000 11010

Color Harmonies of #64770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64770D

Black with #64770D

Text Example


Text Example

White with #64770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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