Html Css Color HEX #5F6D03 Fiji Green

📋 copy color: '#5F6D03'

red 95 ◦ green 109 ◦ blue 3

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

Shades of Fiji Green #5F6D03

Tints of Fiji Green #5F6D03

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.66%

 BLUE value IS 3 (1.56% from 255) = 1.45%

R = 45.89%
G = 52.66%
B = 1.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#5F6D03 (or 0x5F6D03) is known color: Fiji Green. HEX triplet: 5F, 6D and 03. RGB value is (95,109,3). Sum of RGB (Red+Green+Blue) = 95+109+3=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 109 (42.97% from 255 or 52.66% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6D03 is #A092FC. Grayscale: #5D5D5D. Windows color (decimal): -10523389 or 224607. OLE color: 224607.

HSL color Cylindrical-coordinate representation of color #5F6D03: hue angle of 67.92º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F6D03 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 109 3 -
CMYK 0.13 0 0.97 0.57
HSL 67.92º 0.95% 0.22% -
HSV(B) 67.92º 0.97% 0.43% -
XYZ 10.2 13.38 2.13 -
YUV 92.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 95 109 3 0.13 0 0.97 0.57 67.92 0.95 0.22
Hex 5F 6D 3 D 0 61 39 44 5F 16
Octal 137 155 3 15 0 141 71 104 137 26
Binary 1011111 1101101 11 1101 0 1100001 111001 1000100 1011111 10110

Color Harmonies of #5F6D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6D03

Black with #5F6D03

Text Example


Text Example

White with #5F6D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,109,3); }

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

background-color css

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

 a { background-color: rgb(95,109,3); }

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

border-color css

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

 span { border-color: rgb(95,109,3); }

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