Html Css Color HEX #697114 Fiji Green

📋 copy color: '#697114'

red 105 ◦ green 113 ◦ blue 20

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

Shades of Fiji Green #697114

Tints of Fiji Green #697114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

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

R = 44.12%
G = 47.48%
B = 8.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#697114 (or 0x697114) is known color: Fiji Green. HEX triplet: 69, 71 and 14. RGB value is (105,113,20). Sum of RGB (Red+Green+Blue) = 105+113+20=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #697114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697114 is #968EEB. Grayscale: #646464. Windows color (decimal): -9866988 or 1339753. OLE color: 1339753.

HSL color Cylindrical-coordinate representation of color #697114: hue angle of 65.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #697114 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 20 -
CMYK 0.07 0 0.82 0.56
HSL 65.16º 0.7% 0.26% -
HSV(B) 65.16º 0.82% 0.44% -
XYZ 11.86 14.86 2.91 -
YUV 100.01 82.85 131.56 -
System Red Green Blue C M Y K H S L
Decimal 105 113 20 0.07 0 0.82 0.56 65.16 0.7 0.26
Hex 69 71 14 7 0 52 38 41 46 1A
Octal 151 161 24 7 0 122 70 101 106 32
Binary 1101001 1110001 10100 111 0 1010010 111000 1000001 1000110 11010

Color Harmonies of #697114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697114

Black with #697114

Text Example


Text Example

White with #697114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697114; }

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

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

background-color css

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

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

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

border-color css

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

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

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