Html Css Color HEX #61760A Fiji Green

📋 copy color: '#61760A'

red 97 ◦ green 118 ◦ blue 10

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

Shades of Fiji Green #61760A

Tints of Fiji Green #61760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.44%

 BLUE value IS 10 (4.3% from 255) = 4.44%

R = 43.11%
G = 52.44%
B = 4.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#61760A (or 0x61760A) is known color: Fiji Green. HEX triplet: 61, 76 and 0A. RGB value is (97,118,10). Sum of RGB (Red+Green+Blue) = 97+118+10=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #61760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61760A is #9E89F5. Grayscale: #636363. Windows color (decimal): -10390006 or 685665. OLE color: 685665.

HSL color Cylindrical-coordinate representation of color #61760A: hue angle of 71.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61760A is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 118 10 -
CMYK 0.18 0 0.92 0.54
HSL 71.67º 0.84% 0.25% -
HSV(B) 71.67º 0.92% 0.46% -
XYZ 11.46 15.52 2.68 -
YUV 99.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 97 118 10 0.18 0 0.92 0.54 71.67 0.84 0.25
Hex 61 76 A 12 0 5C 36 48 54 19
Octal 141 166 12 22 0 134 66 110 124 31
Binary 1100001 1110110 1010 10010 0 1011100 110110 1001000 1010100 11001

Color Harmonies of #61760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61760A

Black with #61760A

Text Example


Text Example

White with #61760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,118,10); }

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

background-color css

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

 a { background-color: rgb(97,118,10); }

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

border-color css

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

 span { border-color: rgb(97,118,10); }

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