Html Css Color HEX #625F00 Fiji Green

📋 copy color: '#625F00'

red 98 ◦ green 95 ◦ blue 0

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

Shades of Fiji Green #625F00

Tints of Fiji Green #625F00

RGB

 RED value IS 98 (38.67% from 255) = 50.78%

 GREEN value IS 95 (37.5% from 255) = 49.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.78%
G = 49.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#625F00 (or 0x625F00) is known color: Fiji Green. HEX triplet: 62, 5F and 00. RGB value is (98,95,0). Sum of RGB (Red+Green+Blue) = 98+95+0=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 95 (37.5% from 255 or 49.22% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #625F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F00 is #9DA0FF. Grayscale: #555555. Windows color (decimal): -10330368 or 24418. OLE color: 24418.

HSL color Cylindrical-coordinate representation of color #625F00: hue angle of 58.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #625F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 95 0 -
CMYK 0 0.03 1 0.62
HSL 58.16º 1% 0.19% -
HSV(B) 58.16º 1% 0.38% -
XYZ 9.13 10.78 1.6 -
YUV 85.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 98 95 0 0 0.03 1 0.62 58.16 1 0.19
Hex 62 5F 0 0 3 64 3E 3A 64 13
Octal 142 137 0 0 3 144 76 72 144 23
Binary 1100010 1011111 0 0 11 1100100 111110 111010 1100100 10011

Color Harmonies of #625F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625F00

Black with #625F00

Text Example


Text Example

White with #625F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625F00; }

 p { color: rgb(98,95,0); }

 H1.HeaderClassName
 {
   color: #625F00;
 }
 .AnyTagClassName
 {
   color: #625F00;
 }
</style>

background-color css

<style>
 a { background-color: #625F00; }

 a { background-color: rgb(98,95,0); }

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

border-color css

<style>
 span { border-color: #625F00; }

 span { border-color: rgb(98,95,0); }

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