Html Css Color HEX #5B7A01 Fiji Green

📋 copy color: '#5B7A01'

red 91 ◦ green 122 ◦ blue 1

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

Shades of Fiji Green #5B7A01

Tints of Fiji Green #5B7A01

RGB

 RED value IS 91 (35.94% from 255) = 42.52%

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

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

R = 42.52%
G = 57.01%
B = 0.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#5B7A01 (or 0x5B7A01) is known color: Fiji Green. HEX triplet: 5B, 7A and 01. RGB value is (91,122,1). Sum of RGB (Red+Green+Blue) = 91+122+1=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 122 (48.05% from 255 or 57.01% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7A01 is #A485FE. Grayscale: #636363. Windows color (decimal): -10782207 or 96859. OLE color: 96859.

HSL color Cylindrical-coordinate representation of color #5B7A01: hue angle of 75.37º 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 #5B7A01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 122 1 -
CMYK 0.25 0 0.99 0.52
HSL 75.37º 0.98% 0.24% -
HSV(B) 75.37º 0.99% 0.48% -
XYZ 11.28 16.15 2.55 -
YUV 98.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 91 122 1 0.25 0 0.99 0.52 75.37 0.98 0.24
Hex 5B 7A 1 19 0 63 34 4B 62 18
Octal 133 172 1 31 0 143 64 113 142 30
Binary 1011011 1111010 1 11001 0 1100011 110100 1001011 1100010 11000

Color Harmonies of #5B7A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7A01

Black with #5B7A01

Text Example


Text Example

White with #5B7A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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