Html Css Color HEX #696B1F Fiji Green

📋 copy color: '#696B1F'

red 105 ◦ green 107 ◦ blue 31

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

Shades of Fiji Green #696B1F

Tints of Fiji Green #696B1F

RGB

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

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

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

R = 43.21%
G = 44.03%
B = 12.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#696B1F (or 0x696B1F) is known color: Fiji Green. HEX triplet: 69, 6B and 1F. RGB value is (105,107,31). Sum of RGB (Red+Green+Blue) = 105+107+31=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #696B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B1F is #9694E0. Grayscale: #626262. Windows color (decimal): -9868513 or 2059113. OLE color: 2059113.

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

Color convert

RGB 105 107 31 -
CMYK 0.02 0 0.71 0.58
HSL 61.58º 0.55% 0.27% -
HSV(B) 61.58º 0.71% 0.42% -
XYZ 11.33 13.62 3.33 -
YUV 97.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 105 107 31 0.02 0 0.71 0.58 61.58 0.55 0.27
Hex 69 6B 1F 2 0 47 3A 3E 37 1B
Octal 151 153 37 2 0 107 72 76 67 33
Binary 1101001 1101011 11111 10 0 1000111 111010 111110 110111 11011

Color Harmonies of #696B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B1F

Black with #696B1F

Text Example


Text Example

White with #696B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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