Html Css Color HEX #61780D Fiji Green

📋 copy color: '#61780D'

red 97 ◦ green 120 ◦ blue 13

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

Shades of Fiji Green #61780D

Tints of Fiji Green #61780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.17%

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

R = 42.17%
G = 52.17%
B = 5.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#61780D (or 0x61780D) is known color: Fiji Green. HEX triplet: 61, 78 and 0D. RGB value is (97,120,13). Sum of RGB (Red+Green+Blue) = 97+120+13=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #61780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61780D is #9E87F2. Grayscale: #656565. Windows color (decimal): -10389491 or 882785. OLE color: 882785.

HSL color Cylindrical-coordinate representation of color #61780D: hue angle of 72.9º 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 #61780D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 120 13 -
CMYK 0.19 0 0.89 0.53
HSL 72.9º 0.8% 0.26% -
HSV(B) 72.9º 0.89% 0.47% -
XYZ 11.72 16 2.85 -
YUV 100.93 78.38 125.2 -
System Red Green Blue C M Y K H S L
Decimal 97 120 13 0.19 0 0.89 0.53 72.9 0.8 0.26
Hex 61 78 D 13 0 59 35 49 50 1A
Octal 141 170 15 23 0 131 65 111 120 32
Binary 1100001 1111000 1101 10011 0 1011001 110101 1001001 1010000 11010

Color Harmonies of #61780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61780D

Black with #61780D

Text Example


Text Example

White with #61780D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,120,13); }

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

background-color css

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

 a { background-color: rgb(97,120,13); }

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

border-color css

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

 span { border-color: rgb(97,120,13); }

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