Html Css Color HEX #696B1D Fiji Green

📋 copy color: '#696B1D'

red 105 ◦ green 107 ◦ blue 29

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

Shades of Fiji Green #696B1D

Tints of Fiji Green #696B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 43.57%
G = 44.4%
B = 12.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#696B1D (or 0x696B1D) is known color: Fiji Green. HEX triplet: 69, 6B and 1D. RGB value is (105,107,29). Sum of RGB (Red+Green+Blue) = 105+107+29=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #696B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B1D is #9694E2. Grayscale: #616161. Windows color (decimal): -9868515 or 1928041. OLE color: 1928041.

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

Color convert

RGB 105 107 29 -
CMYK 0.02 0 0.73 0.58
HSL 61.54º 0.57% 0.27% -
HSV(B) 61.54º 0.73% 0.42% -
XYZ 11.31 13.61 3.19 -
YUV 97.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 105 107 29 0.02 0 0.73 0.58 61.54 0.57 0.27
Hex 69 6B 1D 2 0 49 3A 3E 39 1B
Octal 151 153 35 2 0 111 72 76 71 33
Binary 1101001 1101011 11101 10 0 1001001 111010 111110 111001 11011

Color Harmonies of #696B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B1D

Black with #696B1D

Text Example


Text Example

White with #696B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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