Html Css Color HEX #696F1F Fiji Green

📋 copy color: '#696F1F'

red 105 ◦ green 111 ◦ blue 31

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

Shades of Fiji Green #696F1F

Tints of Fiji Green #696F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.94%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 42.51%
G = 44.94%
B = 12.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#696F1F (or 0x696F1F) is known color: Fiji Green. HEX triplet: 69, 6F and 1F. RGB value is (105,111,31). Sum of RGB (Red+Green+Blue) = 105+111+31=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 111 (43.75% from 255 or 44.94% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 111 - color contains mainly: green. Hex color #696F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F1F is #9690E0. Grayscale: #646464. Windows color (decimal): -9867489 or 2060137. OLE color: 2060137.

HSL color Cylindrical-coordinate representation of color #696F1F: hue angle of 64.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #696F1F is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 111 31 -
CMYK 0.05 0 0.72 0.56
HSL 64.5º 0.56% 0.28% -
HSV(B) 64.5º 0.72% 0.44% -
XYZ 11.76 14.47 3.47 -
YUV 100.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 105 111 31 0.05 0 0.72 0.56 64.5 0.56 0.28
Hex 69 6F 1F 5 0 48 38 40 38 1C
Octal 151 157 37 5 0 110 70 100 70 34
Binary 1101001 1101111 11111 101 0 1001000 111000 1000000 111000 11100

Color Harmonies of #696F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F1F

Black with #696F1F

Text Example


Text Example

White with #696F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,111,31); }

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

background-color css

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

 a { background-color: rgb(105,111,31); }

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

border-color css

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

 span { border-color: rgb(105,111,31); }

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