Html Css Color HEX #5F671A Fiji Green

📋 copy color: '#5F671A'

red 95 ◦ green 103 ◦ blue 26

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

Shades of Fiji Green #5F671A

Tints of Fiji Green #5F671A

RGB

 RED value IS 95 (37.5% from 255) = 42.41%

 GREEN value IS 103 (40.63% from 255) = 45.98%

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 42.41%
G = 45.98%
B = 11.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#5F671A (or 0x5F671A) is known color: Fiji Green. HEX triplet: 5F, 67 and 1A. RGB value is (95,103,26). Sum of RGB (Red+Green+Blue) = 95+103+26=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #5F671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F671A is #A098E5. Grayscale: #5C5C5C. Windows color (decimal): -10524902 or 1730399. OLE color: 1730399.

HSL color Cylindrical-coordinate representation of color #5F671A: hue angle of 66.23º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F671A is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 103 26 -
CMYK 0.08 0 0.75 0.60
HSL 66.23º 0.6% 0.25% -
HSV(B) 66.23º 0.75% 0.4% -
XYZ 9.76 12.21 2.82 -
YUV 91.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 95 103 26 0.08 0 0.75 0.60 66.23 0.6 0.25
Hex 5F 67 1A 8 0 4B 3C 42 3C 19
Octal 137 147 32 10 0 113 74 102 74 31
Binary 1011111 1100111 11010 1000 0 1001011 111100 1000010 111100 11001

Color Harmonies of #5F671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F671A

Black with #5F671A

Text Example


Text Example

White with #5F671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F671A; }

 p { color: rgb(95,103,26); }

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

background-color css

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

 a { background-color: rgb(95,103,26); }

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

border-color css

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

 span { border-color: rgb(95,103,26); }

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