Html Css Color HEX #697514 Fiji Green

📋 copy color: '#697514'

red 105 ◦ green 117 ◦ blue 20

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

Shades of Fiji Green #697514

Tints of Fiji Green #697514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 43.39%
G = 48.35%
B = 8.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#697514 (or 0x697514) is known color: Fiji Green. HEX triplet: 69, 75 and 14. RGB value is (105,117,20). Sum of RGB (Red+Green+Blue) = 105+117+20=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #697514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697514 is #968AEB. Grayscale: #666666. Windows color (decimal): -9865964 or 1340777. OLE color: 1340777.

HSL color Cylindrical-coordinate representation of color #697514: hue angle of 67.42º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #697514 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 117 20 -
CMYK 0.10 0 0.83 0.54
HSL 67.42º 0.71% 0.27% -
HSV(B) 67.42º 0.83% 0.46% -
XYZ 12.31 15.78 3.06 -
YUV 102.35 81.52 129.89 -
System Red Green Blue C M Y K H S L
Decimal 105 117 20 0.10 0 0.83 0.54 67.42 0.71 0.27
Hex 69 75 14 A 0 53 36 43 47 1B
Octal 151 165 24 12 0 123 66 103 107 33
Binary 1101001 1110101 10100 1010 0 1010011 110110 1000011 1000111 11011

Color Harmonies of #697514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697514

Black with #697514

Text Example


Text Example

White with #697514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697514; }

 p { color: rgb(105,117,20); }

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

background-color css

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

 a { background-color: rgb(105,117,20); }

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

border-color css

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

 span { border-color: rgb(105,117,20); }

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