Html Css Color HEX #636102 Fiji Green

📋 copy color: '#636102'

red 99 ◦ green 97 ◦ blue 2

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

Shades of Fiji Green #636102

Tints of Fiji Green #636102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.99%

 BLUE value IS 2 (1.17% from 255) = 1.01%

R = 50%
G = 48.99%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#636102 (or 0x636102) is known color: Fiji Green. HEX triplet: 63, 61 and 02. RGB value is (99,97,2). Sum of RGB (Red+Green+Blue) = 99+97+2=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #636102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636102 is #9C9EFD. Grayscale: #575757. Windows color (decimal): -10264318 or 156003. OLE color: 156003.

HSL color Cylindrical-coordinate representation of color #636102: hue angle of 58.76º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #636102 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 97 2 -
CMYK 0 0.02 0.98 0.61
HSL 58.76º 0.96% 0.2% -
HSV(B) 58.76º 0.98% 0.39% -
XYZ 9.43 11.21 1.72 -
YUV 86.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 99 97 2 0 0.02 0.98 0.61 58.76 0.96 0.2
Hex 63 61 2 0 2 62 3D 3B 60 14
Octal 143 141 2 0 2 142 75 73 140 24
Binary 1100011 1100001 10 0 10 1100010 111101 111011 1100000 10100

Color Harmonies of #636102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636102

Black with #636102

Text Example


Text Example

White with #636102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636102; }

 p { color: rgb(99,97,2); }

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

background-color css

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

 a { background-color: rgb(99,97,2); }

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

border-color css

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

 span { border-color: rgb(99,97,2); }

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