Html Css Color HEX #69740D Fiji Green

📋 copy color: '#69740D'

red 105 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #69740D

Tints of Fiji Green #69740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

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

R = 44.87%
G = 49.57%
B = 5.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#69740D (or 0x69740D) is known color: Fiji Green. HEX triplet: 69, 74 and 0D. RGB value is (105,116,13). Sum of RGB (Red+Green+Blue) = 105+116+13=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #69740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69740D is #968BF2. Grayscale: #656565. Windows color (decimal): -9866227 or 881769. OLE color: 881769.

HSL color Cylindrical-coordinate representation of color #69740D: hue angle of 66.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69740D is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 116 13 -
CMYK 0.09 0 0.89 0.55
HSL 66.41º 0.8% 0.25% -
HSV(B) 66.41º 0.89% 0.45% -
XYZ 12.14 15.52 2.74 -
YUV 100.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 105 116 13 0.09 0 0.89 0.55 66.41 0.8 0.25
Hex 69 74 D 9 0 59 37 42 50 19
Octal 151 164 15 11 0 131 67 102 120 31
Binary 1101001 1110100 1101 1001 0 1011001 110111 1000010 1010000 11001

Color Harmonies of #69740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69740D

Black with #69740D

Text Example


Text Example

White with #69740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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