Html Css Color HEX #697619 Fiji Green

📋 copy color: '#697619'

red 105 ◦ green 118 ◦ blue 25

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

Shades of Fiji Green #697619

Tints of Fiji Green #697619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.58%

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 42.34%
G = 47.58%
B = 10.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#697619 (or 0x697619) is known color: Fiji Green. HEX triplet: 69, 76 and 19. RGB value is (105,118,25). Sum of RGB (Red+Green+Blue) = 105+118+25=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #697619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697619 is #9689E6. Grayscale: #676767. Windows color (decimal): -9865703 or 1668713. OLE color: 1668713.

HSL color Cylindrical-coordinate representation of color #697619: hue angle of 68.39º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #697619 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 25 -
CMYK 0.11 0 0.79 0.54
HSL 68.39º 0.65% 0.28% -
HSV(B) 68.39º 0.79% 0.46% -
XYZ 12.48 16.03 3.36 -
YUV 103.51 83.69 129.06 -
System Red Green Blue C M Y K H S L
Decimal 105 118 25 0.11 0 0.79 0.54 68.39 0.65 0.28
Hex 69 76 19 B 0 4F 36 44 41 1C
Octal 151 166 31 13 0 117 66 104 101 34
Binary 1101001 1110110 11001 1011 0 1001111 110110 1000100 1000001 11100

Color Harmonies of #697619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697619

Black with #697619

Text Example


Text Example

White with #697619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697619; }

 p { color: rgb(105,118,25); }

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

background-color css

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

 a { background-color: rgb(105,118,25); }

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

border-color css

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

 span { border-color: rgb(105,118,25); }

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