Html Css Color HEX #697C16 Fiji Green

📋 copy color: '#697C16'

red 105 ◦ green 124 ◦ blue 22

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

Shades of Fiji Green #697C16

Tints of Fiji Green #697C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.4%

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 41.83%
G = 49.4%
B = 8.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#697C16 (or 0x697C16) is known color: Fiji Green. HEX triplet: 69, 7C and 16. RGB value is (105,124,22). Sum of RGB (Red+Green+Blue) = 105+124+22=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #697C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697C16 is #9683E9. Grayscale: #6B6B6B. Windows color (decimal): -9864170 or 1473641. OLE color: 1473641.

HSL color Cylindrical-coordinate representation of color #697C16: hue angle of 71.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #697C16 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 124 22 -
CMYK 0.15 0 0.82 0.51
HSL 71.18º 0.7% 0.29% -
HSV(B) 71.18º 0.82% 0.49% -
XYZ 13.18 17.48 3.44 -
YUV 106.69 80.21 126.79 -
System Red Green Blue C M Y K H S L
Decimal 105 124 22 0.15 0 0.82 0.51 71.18 0.7 0.29
Hex 69 7C 16 F 0 52 33 47 46 1D
Octal 151 174 26 17 0 122 63 107 106 35
Binary 1101001 1111100 10110 1111 0 1010010 110011 1000111 1000110 11101

Color Harmonies of #697C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C16

Black with #697C16

Text Example


Text Example

White with #697C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697C16; }

 p { color: rgb(105,124,22); }

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

background-color css

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

 a { background-color: rgb(105,124,22); }

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

border-color css

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

 span { border-color: rgb(105,124,22); }

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