Html Css Color HEX #697618 Fiji Green

📋 copy color: '#697618'

red 105 ◦ green 118 ◦ blue 24

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

Shades of Fiji Green #697618

Tints of Fiji Green #697618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 42.51%
G = 47.77%
B = 9.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#697618 (or 0x697618) is known color: Fiji Green. HEX triplet: 69, 76 and 18. RGB value is (105,118,24). Sum of RGB (Red+Green+Blue) = 105+118+24=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #697618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697618 is #9689E7. Grayscale: #676767. Windows color (decimal): -9865704 or 1603177. OLE color: 1603177.

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

Color convert

RGB 105 118 24 -
CMYK 0.11 0 0.80 0.54
HSL 68.3º 0.66% 0.28% -
HSV(B) 68.3º 0.8% 0.46% -
XYZ 12.47 16.03 3.3 -
YUV 103.4 83.19 129.14 -
System Red Green Blue C M Y K H S L
Decimal 105 118 24 0.11 0 0.80 0.54 68.3 0.66 0.28
Hex 69 76 18 B 0 50 36 44 42 1C
Octal 151 166 30 13 0 120 66 104 102 34
Binary 1101001 1110110 11000 1011 0 1010000 110110 1000100 1000010 11100

Color Harmonies of #697618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697618

Black with #697618

Text Example


Text Example

White with #697618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697618; }

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

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

background-color css

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

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

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

border-color css

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

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

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