Html Css Color HEX #637F0C Fiji Green

📋 copy color: '#637F0C'

red 99 ◦ green 127 ◦ blue 12

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

Shades of Fiji Green #637F0C

Tints of Fiji Green #637F0C

RGB

 RED value IS 99 (39.06% from 255) = 41.6%

 GREEN value IS 127 (50% from 255) = 53.36%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 41.6%
G = 53.36%
B = 5.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#637F0C (or 0x637F0C) is known color: Fiji Green. HEX triplet: 63, 7F and 0C. RGB value is (99,127,12). Sum of RGB (Red+Green+Blue) = 99+127+12=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #637F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637F0C is #9C80F3. Grayscale: #696969. Windows color (decimal): -10256628 or 819043. OLE color: 819043.

HSL color Cylindrical-coordinate representation of color #637F0C: hue angle of 74.61º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #637F0C is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 127 12 -
CMYK 0.22 0 0.91 0.50
HSL 74.61º 0.83% 0.27% -
HSV(B) 74.61º 0.91% 0.5% -
XYZ 12.8 17.86 3.12 -
YUV 105.52 75.22 123.35 -
System Red Green Blue C M Y K H S L
Decimal 99 127 12 0.22 0 0.91 0.50 74.61 0.83 0.27
Hex 63 7F C 16 0 5B 32 4B 53 1B
Octal 143 177 14 26 0 133 62 113 123 33
Binary 1100011 1111111 1100 10110 0 1011011 110010 1001011 1010011 11011

Color Harmonies of #637F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637F0C

Black with #637F0C

Text Example


Text Example

White with #637F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637F0C; }

 p { color: rgb(99,127,12); }

 H1.HeaderClassName
 {
   color: #637F0C;
 }
 .AnyTagClassName
 {
   color: #637F0C;
 }
</style>

background-color css

<style>
 a { background-color: #637F0C; }

 a { background-color: rgb(99,127,12); }

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

border-color css

<style>
 span { border-color: #637F0C; }

 span { border-color: rgb(99,127,12); }

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