Html Css Color HEX #697D16 Fiji Green

📋 copy color: '#697D16'

red 105 ◦ green 125 ◦ blue 22

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

Shades of Fiji Green #697D16

Tints of Fiji Green #697D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.6%

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

R = 41.67%
G = 49.6%
B = 8.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#697D16 (or 0x697D16) is known color: Fiji Green. HEX triplet: 69, 7D and 16. RGB value is (105,125,22). Sum of RGB (Red+Green+Blue) = 105+125+22=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #697D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697D16 is #9682E9. Grayscale: #6B6B6B. Windows color (decimal): -9863914 or 1473897. OLE color: 1473897.

HSL color Cylindrical-coordinate representation of color #697D16: hue angle of 71.65º 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 #697D16 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 22 -
CMYK 0.16 0 0.82 0.51
HSL 71.65º 0.7% 0.29% -
HSV(B) 71.65º 0.82% 0.49% -
XYZ 13.3 17.73 3.48 -
YUV 107.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 105 125 22 0.16 0 0.82 0.51 71.65 0.7 0.29
Hex 69 7D 16 10 0 52 33 48 46 1D
Octal 151 175 26 20 0 122 63 110 106 35
Binary 1101001 1111101 10110 10000 0 1010010 110011 1001000 1000110 11101

Color Harmonies of #697D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D16

Black with #697D16

Text Example


Text Example

White with #697D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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