Html Css Color HEX #696714 Fiji Green

📋 copy color: '#696714'

red 105 ◦ green 103 ◦ blue 20

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

Shades of Fiji Green #696714

Tints of Fiji Green #696714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.18%

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

R = 46.05%
G = 45.18%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#696714 (or 0x696714) is known color: Fiji Green. HEX triplet: 69, 67 and 14. RGB value is (105,103,20). Sum of RGB (Red+Green+Blue) = 105+103+20=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #696714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696714 is #9698EB. Grayscale: #5E5E5E. Windows color (decimal): -9869548 or 1337193. OLE color: 1337193.

HSL color Cylindrical-coordinate representation of color #696714: hue angle of 58.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #696714 is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 103 20 -
CMYK 0 0.02 0.81 0.59
HSL 58.59º 0.68% 0.25% -
HSV(B) 58.59º 0.81% 0.41% -
XYZ 10.8 12.75 2.55 -
YUV 94.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 105 103 20 0 0.02 0.81 0.59 58.59 0.68 0.25
Hex 69 67 14 0 2 51 3B 3B 44 19
Octal 151 147 24 0 2 121 73 73 104 31
Binary 1101001 1100111 10100 0 10 1010001 111011 111011 1000100 11001

Color Harmonies of #696714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696714

Black with #696714

Text Example


Text Example

White with #696714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696714; }

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

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

background-color css

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

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

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

border-color css

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

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

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