Html Css Color HEX #516F01 Fiji Green

📋 copy color: '#516F01'

red 81 ◦ green 111 ◦ blue 1

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

Shades of Fiji Green #516F01

Tints of Fiji Green #516F01

RGB

 RED value IS 81 (32.03% from 255) = 41.97%

 GREEN value IS 111 (43.75% from 255) = 57.51%

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

R = 41.97%
G = 57.51%
B = 0.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#516F01 (or 0x516F01) is known color: Fiji Green. HEX triplet: 51, 6F and 01. RGB value is (81,111,1). Sum of RGB (Red+Green+Blue) = 81+111+1=193 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.97% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #516F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F01 is #AE90FE. Grayscale: #595959. Windows color (decimal): -11440383 or 94033. OLE color: 94033.

HSL color Cylindrical-coordinate representation of color #516F01: hue angle of 76.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #516F01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 111 1 -
CMYK 0.27 0 0.99 0.56
HSL 76.36º 0.98% 0.22% -
HSV(B) 76.36º 0.99% 0.44% -
XYZ 9.08 13.12 2.08 -
YUV 89.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 81 111 1 0.27 0 0.99 0.56 76.36 0.98 0.22
Hex 51 6F 1 1B 0 63 38 4C 62 16
Octal 121 157 1 33 0 143 70 114 142 26
Binary 1010001 1101111 1 11011 0 1100011 111000 1001100 1100010 10110

Color Harmonies of #516F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F01

Black with #516F01

Text Example


Text Example

White with #516F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516F01; }

 p { color: rgb(81,111,1); }

 H1.HeaderClassName
 {
   color: #516F01;
 }
 .AnyTagClassName
 {
   color: #516F01;
 }
</style>

background-color css

<style>
 a { background-color: #516F01; }

 a { background-color: rgb(81,111,1); }

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

border-color css

<style>
 span { border-color: #516F01; }

 span { border-color: rgb(81,111,1); }

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