Html Css Color HEX #697D10 Fiji Green

📋 copy color: '#697D10'

red 105 ◦ green 125 ◦ blue 16

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

Shades of Fiji Green #697D10

Tints of Fiji Green #697D10

RGB

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

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

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

R = 42.68%
G = 50.81%
B = 6.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#697D10 (or 0x697D10) is known color: Fiji Green. HEX triplet: 69, 7D and 10. RGB value is (105,125,16). Sum of RGB (Red+Green+Blue) = 105+125+16=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #697D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697D10 is #9682EF. Grayscale: #6B6B6B. Windows color (decimal): -9863920 or 1080681. OLE color: 1080681.

HSL color Cylindrical-coordinate representation of color #697D10: hue angle of 71.01º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #697D10 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 125 16 -
CMYK 0.16 0 0.87 0.51
HSL 71.01º 0.77% 0.28% -
HSV(B) 71.01º 0.87% 0.49% -
XYZ 13.25 17.71 3.21 -
YUV 106.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 105 125 16 0.16 0 0.87 0.51 71.01 0.77 0.28
Hex 69 7D 10 10 0 57 33 47 4D 1C
Octal 151 175 20 20 0 127 63 107 115 34
Binary 1101001 1111101 10000 10000 0 1010111 110011 1000111 1001101 11100

Color Harmonies of #697D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D10

Black with #697D10

Text Example


Text Example

White with #697D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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