Html Css Color HEX #657013 Fiji Green

📋 copy color: '#657013'

red 101 ◦ green 112 ◦ blue 19

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

Shades of Fiji Green #657013

Tints of Fiji Green #657013

RGB

 RED value IS 101 (39.84% from 255) = 43.53%

 GREEN value IS 112 (44.14% from 255) = 48.28%

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 43.53%
G = 48.28%
B = 8.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#657013 (or 0x657013) is known color: Fiji Green. HEX triplet: 65, 70 and 13. RGB value is (101,112,19). Sum of RGB (Red+Green+Blue) = 101+112+19=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #657013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657013 is #9A8FEC. Grayscale: #626262. Windows color (decimal): -10129389 or 1273957. OLE color: 1273957.

HSL color Cylindrical-coordinate representation of color #657013: hue angle of 67.1º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #657013 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 112 19 -
CMYK 0.10 0 0.83 0.56
HSL 67.1º 0.71% 0.26% -
HSV(B) 67.1º 0.83% 0.44% -
XYZ 11.28 14.4 2.8 -
YUV 98.11 83.36 130.06 -
System Red Green Blue C M Y K H S L
Decimal 101 112 19 0.10 0 0.83 0.56 67.1 0.71 0.26
Hex 65 70 13 A 0 53 38 43 47 1A
Octal 145 160 23 12 0 123 70 103 107 32
Binary 1100101 1110000 10011 1010 0 1010011 111000 1000011 1000111 11010

Color Harmonies of #657013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657013

Black with #657013

Text Example


Text Example

White with #657013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657013; }

 p { color: rgb(101,112,19); }

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

background-color css

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

 a { background-color: rgb(101,112,19); }

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

border-color css

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

 span { border-color: rgb(101,112,19); }

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