Html Css Color HEX #696E0D Fiji Green

📋 copy color: '#696E0D'

red 105 ◦ green 110 ◦ blue 13

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

Shades of Fiji Green #696E0D

Tints of Fiji Green #696E0D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.25%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 46.05%
G = 48.25%
B = 5.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#696E0D (or 0x696E0D) is known color: Fiji Green. HEX triplet: 69, 6E and 0D. RGB value is (105,110,13). Sum of RGB (Red+Green+Blue) = 105+110+13=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 110 - color contains mainly: green. Hex color #696E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696E0D is #9691F2. Grayscale: #616161. Windows color (decimal): -9867763 or 880233. OLE color: 880233.

HSL color Cylindrical-coordinate representation of color #696E0D: hue angle of 63.09º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #696E0D is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 105 110 13 -
CMYK 0.05 0 0.88 0.57
HSL 63.09º 0.79% 0.24% -
HSV(B) 63.09º 0.88% 0.43% -
XYZ 11.47 14.18 2.51 -
YUV 97.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 105 110 13 0.05 0 0.88 0.57 63.09 0.79 0.24
Hex 69 6E D 5 0 58 39 3F 4F 18
Octal 151 156 15 5 0 130 71 77 117 30
Binary 1101001 1101110 1101 101 0 1011000 111001 111111 1001111 11000

Color Harmonies of #696E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E0D

Black with #696E0D

Text Example


Text Example

White with #696E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,13); }

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

background-color css

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

 a { background-color: rgb(105,110,13); }

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

border-color css

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

 span { border-color: rgb(105,110,13); }

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