Html Css Color HEX #697410 Fiji Green

📋 copy color: '#697410'

red 105 ◦ green 116 ◦ blue 16

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

Shades of Fiji Green #697410

Tints of Fiji Green #697410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

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

R = 44.3%
G = 48.95%
B = 6.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#697410 (or 0x697410) is known color: Fiji Green. HEX triplet: 69, 74 and 10. RGB value is (105,116,16). Sum of RGB (Red+Green+Blue) = 105+116+16=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #697410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697410 is #968BEF. Grayscale: #656565. Windows color (decimal): -9866224 or 1078377. OLE color: 1078377.

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

Color convert

RGB 105 116 16 -
CMYK 0.09 0 0.86 0.55
HSL 66.6º 0.76% 0.26% -
HSV(B) 66.6º 0.86% 0.45% -
XYZ 12.16 15.53 2.85 -
YUV 101.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 105 116 16 0.09 0 0.86 0.55 66.6 0.76 0.26
Hex 69 74 10 9 0 56 37 43 4C 1A
Octal 151 164 20 11 0 126 67 103 114 32
Binary 1101001 1110100 10000 1001 0 1010110 110111 1000011 1001100 11010

Color Harmonies of #697410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697410

Black with #697410

Text Example


Text Example

White with #697410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697410; }

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

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

background-color css

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

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

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

border-color css

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

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

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