Html Css Color HEX #696B16 Fiji Green

📋 copy color: '#696B16'

red 105 ◦ green 107 ◦ blue 22

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

Shades of Fiji Green #696B16

Tints of Fiji Green #696B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.73%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 44.87%
G = 45.73%
B = 9.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#696B16 (or 0x696B16) is known color: Fiji Green. HEX triplet: 69, 6B and 16. RGB value is (105,107,22). Sum of RGB (Red+Green+Blue) = 105+107+22=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #696B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696B16 is #9694E9. Grayscale: #616161. Windows color (decimal): -9868522 or 1469289. OLE color: 1469289.

HSL color Cylindrical-coordinate representation of color #696B16: hue angle of 61.41º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #696B16 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 22 -
CMYK 0.02 0 0.79 0.58
HSL 61.41º 0.66% 0.25% -
HSV(B) 61.41º 0.79% 0.42% -
XYZ 11.23 13.58 2.79 -
YUV 96.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 105 107 22 0.02 0 0.79 0.58 61.41 0.66 0.25
Hex 69 6B 16 2 0 4F 3A 3D 42 19
Octal 151 153 26 2 0 117 72 75 102 31
Binary 1101001 1101011 10110 10 0 1001111 111010 111101 1000010 11001

Color Harmonies of #696B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B16

Black with #696B16

Text Example


Text Example

White with #696B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696B16; }

 p { color: rgb(105,107,22); }

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

background-color css

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

 a { background-color: rgb(105,107,22); }

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

border-color css

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

 span { border-color: rgb(105,107,22); }

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