Html Css Color HEX #69710D Fiji Green

📋 copy color: '#69710D'

red 105 ◦ green 113 ◦ blue 13

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

Shades of Fiji Green #69710D

Tints of Fiji Green #69710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 45.45%
G = 48.92%
B = 5.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#69710D (or 0x69710D) is known color: Fiji Green. HEX triplet: 69, 71 and 0D. RGB value is (105,113,13). Sum of RGB (Red+Green+Blue) = 105+113+13=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #69710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69710D is #968EF2. Grayscale: #636363. Windows color (decimal): -9866995 or 881001. OLE color: 881001.

HSL color Cylindrical-coordinate representation of color #69710D: hue angle of 64.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69710D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 13 -
CMYK 0.07 0 0.88 0.56
HSL 64.8º 0.79% 0.25% -
HSV(B) 64.8º 0.88% 0.44% -
XYZ 11.8 14.84 2.62 -
YUV 99.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 105 113 13 0.07 0 0.88 0.56 64.8 0.79 0.25
Hex 69 71 D 7 0 58 38 41 4F 19
Octal 151 161 15 7 0 130 70 101 117 31
Binary 1101001 1110001 1101 111 0 1011000 111000 1000001 1001111 11001

Color Harmonies of #69710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69710D

Black with #69710D

Text Example


Text Example

White with #69710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69710D; }

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

 H1.HeaderClassName
 {
   color: #69710D;
 }
 .AnyTagClassName
 {
   color: #69710D;
 }
</style>

background-color css

<style>
 a { background-color: #69710D; }

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

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

border-color css

<style>
 span { border-color: #69710D; }

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

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