Html Css Color HEX #61631E Fiji Green

📋 copy color: '#61631E'

red 97 ◦ green 99 ◦ blue 30

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

Shades of Fiji Green #61631E

Tints of Fiji Green #61631E

RGB

 RED value IS 97 (38.28% from 255) = 42.92%

 GREEN value IS 99 (39.06% from 255) = 43.81%

 BLUE value IS 30 (12.11% from 255) = 13.27%

R = 42.92%
G = 43.81%
B = 13.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#61631E (or 0x61631E) is known color: Fiji Green. HEX triplet: 61, 63 and 1E. RGB value is (97,99,30). Sum of RGB (Red+Green+Blue) = 97+99+30=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #61631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61631E is #9E9CE1. Grayscale: #5A5A5A. Windows color (decimal): -10394850 or 1991521. OLE color: 1991521.

HSL color Cylindrical-coordinate representation of color #61631E: hue angle of 61.74º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61631E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 99 30 -
CMYK 0.02 0 0.70 0.61
HSL 61.74º 0.53% 0.25% -
HSV(B) 61.74º 0.7% 0.39% -
XYZ 9.63 11.56 2.95 -
YUV 90.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 97 99 30 0.02 0 0.70 0.61 61.74 0.53 0.25
Hex 61 63 1E 2 0 46 3D 3E 35 19
Octal 141 143 36 2 0 106 75 76 65 31
Binary 1100001 1100011 11110 10 0 1000110 111101 111110 110101 11001

Color Harmonies of #61631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61631E

Black with #61631E

Text Example


Text Example

White with #61631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61631E; }

 p { color: rgb(97,99,30); }

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

background-color css

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

 a { background-color: rgb(97,99,30); }

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

border-color css

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

 span { border-color: rgb(97,99,30); }

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