Html Css Color HEX #605F0A Fiji Green

📋 copy color: '#605F0A'

red 96 ◦ green 95 ◦ blue 10

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

Shades of Fiji Green #605F0A

Tints of Fiji Green #605F0A

RGB

 RED value IS 96 (37.89% from 255) = 47.76%

 GREEN value IS 95 (37.5% from 255) = 47.26%

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

R = 47.76%
G = 47.26%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#605F0A (or 0x605F0A) is known color: Fiji Green. HEX triplet: 60, 5F and 0A. RGB value is (96,95,10). Sum of RGB (Red+Green+Blue) = 96+95+10=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #605F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F0A is #9FA0F5. Grayscale: #555555. Windows color (decimal): -10461430 or 679776. OLE color: 679776.

HSL color Cylindrical-coordinate representation of color #605F0A: hue angle of 59.3º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #605F0A is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 95 10 -
CMYK 0 0.01 0.90 0.62
HSL 59.3º 0.81% 0.21% -
HSV(B) 59.3º 0.9% 0.38% -
XYZ 8.97 10.69 1.88 -
YUV 85.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 96 95 10 0 0.01 0.90 0.62 59.3 0.81 0.21
Hex 60 5F A 0 1 5A 3E 3B 51 15
Octal 140 137 12 0 1 132 76 73 121 25
Binary 1100000 1011111 1010 0 1 1011010 111110 111011 1010001 10101

Color Harmonies of #605F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F0A

Black with #605F0A

Text Example


Text Example

White with #605F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605F0A; }

 p { color: rgb(96,95,10); }

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

background-color css

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

 a { background-color: rgb(96,95,10); }

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

border-color css

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

 span { border-color: rgb(96,95,10); }

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