Html Css Color HEX #64731A Fiji Green

📋 copy color: '#64731A'

red 100 ◦ green 115 ◦ blue 26

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

Shades of Fiji Green #64731A

Tints of Fiji Green #64731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.72%

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 41.49%
G = 47.72%
B = 10.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#64731A (or 0x64731A) is known color: Fiji Green. HEX triplet: 64, 73 and 1A. RGB value is (100,115,26). Sum of RGB (Red+Green+Blue) = 100+115+26=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #64731A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64731A is #9B8CE5. Grayscale: #646464. Windows color (decimal): -10194150 or 1733476. OLE color: 1733476.

HSL color Cylindrical-coordinate representation of color #64731A: hue angle of 70.11º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64731A is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 115 26 -
CMYK 0.13 0 0.77 0.55
HSL 70.11º 0.63% 0.28% -
HSV(B) 70.11º 0.77% 0.45% -
XYZ 11.57 15.05 3.27 -
YUV 100.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 100 115 26 0.13 0 0.77 0.55 70.11 0.63 0.28
Hex 64 73 1A D 0 4D 37 46 3F 1C
Octal 144 163 32 15 0 115 67 106 77 34
Binary 1100100 1110011 11010 1101 0 1001101 110111 1000110 111111 11100

Color Harmonies of #64731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64731A

Black with #64731A

Text Example


Text Example

White with #64731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64731A; }

 p { color: rgb(100,115,26); }

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

background-color css

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

 a { background-color: rgb(100,115,26); }

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

border-color css

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

 span { border-color: rgb(100,115,26); }

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