Html Css Color HEX #697210 Fiji Green

📋 copy color: '#697210'

red 105 ◦ green 114 ◦ blue 16

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

Shades of Fiji Green #697210

Tints of Fiji Green #697210

RGB

 RED value IS 105 (41.41% from 255) = 44.68%

 GREEN value IS 114 (44.92% from 255) = 48.51%

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 44.68%
G = 48.51%
B = 6.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#697210 (or 0x697210) is known color: Fiji Green. HEX triplet: 69, 72 and 10. RGB value is (105,114,16). Sum of RGB (Red+Green+Blue) = 105+114+16=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #697210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697210 is #968DEF. Grayscale: #646464. Windows color (decimal): -9866736 or 1077865. OLE color: 1077865.

HSL color Cylindrical-coordinate representation of color #697210: hue angle of 65.51º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #697210 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 114 16 -
CMYK 0.08 0 0.86 0.55
HSL 65.51º 0.75% 0.25% -
HSV(B) 65.51º 0.86% 0.45% -
XYZ 11.94 15.08 2.77 -
YUV 100.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 105 114 16 0.08 0 0.86 0.55 65.51 0.75 0.25
Hex 69 72 10 8 0 56 37 42 4B 19
Octal 151 162 20 10 0 126 67 102 113 31
Binary 1101001 1110010 10000 1000 0 1010110 110111 1000010 1001011 11001

Color Harmonies of #697210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697210

Black with #697210

Text Example


Text Example

White with #697210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697210; }

 p { color: rgb(105,114,16); }

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

background-color css

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

 a { background-color: rgb(105,114,16); }

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

border-color css

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

 span { border-color: rgb(105,114,16); }

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