Html Css Color HEX #5F7A01 Fiji Green

📋 copy color: '#5F7A01'

red 95 ◦ green 122 ◦ blue 1

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

Shades of Fiji Green #5F7A01

Tints of Fiji Green #5F7A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 55.96%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 43.58%
G = 55.96%
B = 0.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#5F7A01 (or 0x5F7A01) is known color: Fiji Green. HEX triplet: 5F, 7A and 01. RGB value is (95,122,1). Sum of RGB (Red+Green+Blue) = 95+122+1=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 122 (48.05% from 255 or 55.96% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 122 - color contains mainly: green. Hex color #5F7A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F7A01 is #A085FE. Grayscale: #646464. Windows color (decimal): -10520063 or 96863. OLE color: 96863.

HSL color Cylindrical-coordinate representation of color #5F7A01: hue angle of 73.39º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F7A01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 95 122 1 -
CMYK 0.22 0 0.99 0.52
HSL 73.39º 0.98% 0.24% -
HSV(B) 73.39º 0.99% 0.48% -
XYZ 11.68 16.35 2.57 -
YUV 100.13 72.05 124.34 -
System Red Green Blue C M Y K H S L
Decimal 95 122 1 0.22 0 0.99 0.52 73.39 0.98 0.24
Hex 5F 7A 1 16 0 63 34 49 62 18
Octal 137 172 1 26 0 143 64 111 142 30
Binary 1011111 1111010 1 10110 0 1100011 110100 1001001 1100010 11000

Color Harmonies of #5F7A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7A01

Black with #5F7A01

Text Example


Text Example

White with #5F7A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,122,1); }

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

background-color css

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

 a { background-color: rgb(95,122,1); }

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

border-color css

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

 span { border-color: rgb(95,122,1); }

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