Html Css Color HEX #697414 Fiji Green

📋 copy color: '#697414'

red 105 ◦ green 116 ◦ blue 20

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

Shades of Fiji Green #697414

Tints of Fiji Green #697414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 43.57%
G = 48.13%
B = 8.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#697414 (or 0x697414) is known color: Fiji Green. HEX triplet: 69, 74 and 14. RGB value is (105,116,20). Sum of RGB (Red+Green+Blue) = 105+116+20=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #697414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697414 is #968BEB. Grayscale: #666666. Windows color (decimal): -9866220 or 1340521. OLE color: 1340521.

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

Color convert

RGB 105 116 20 -
CMYK 0.09 0 0.83 0.55
HSL 66.87º 0.71% 0.27% -
HSV(B) 66.87º 0.83% 0.45% -
XYZ 12.2 15.54 3.02 -
YUV 101.77 81.86 130.31 -
System Red Green Blue C M Y K H S L
Decimal 105 116 20 0.09 0 0.83 0.55 66.87 0.71 0.27
Hex 69 74 14 9 0 53 37 43 47 1B
Octal 151 164 24 11 0 123 67 103 107 33
Binary 1101001 1110100 10100 1001 0 1010011 110111 1000011 1000111 11011

Color Harmonies of #697414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697414

Black with #697414

Text Example


Text Example

White with #697414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697414; }

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

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

background-color css

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

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

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

border-color css

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

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

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