Html Css Color HEX #696C0D Fiji Green

📋 copy color: '#696C0D'

red 105 ◦ green 108 ◦ blue 13

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

Shades of Fiji Green #696C0D

Tints of Fiji Green #696C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.79%

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

R = 46.46%
G = 47.79%
B = 5.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#696C0D (or 0x696C0D) is known color: Fiji Green. HEX triplet: 69, 6C and 0D. RGB value is (105,108,13). Sum of RGB (Red+Green+Blue) = 105+108+13=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 108 - color contains mainly: green. Hex color #696C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696C0D is #9693F2. Grayscale: #606060. Windows color (decimal): -9868275 or 879721. OLE color: 879721.

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

Color convert

RGB 105 108 13 -
CMYK 0.03 0 0.88 0.58
HSL 61.89º 0.79% 0.24% -
HSV(B) 61.89º 0.88% 0.42% -
XYZ 11.26 13.76 2.44 -
YUV 96.27 81.01 134.22 -
System Red Green Blue C M Y K H S L
Decimal 105 108 13 0.03 0 0.88 0.58 61.89 0.79 0.24
Hex 69 6C D 3 0 58 3A 3E 4F 18
Octal 151 154 15 3 0 130 72 76 117 30
Binary 1101001 1101100 1101 11 0 1011000 111010 111110 1001111 11000

Color Harmonies of #696C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C0D

Black with #696C0D

Text Example


Text Example

White with #696C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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