Html Css Color HEX #69740E Fiji Green

📋 copy color: '#69740E'

red 105 ◦ green 116 ◦ blue 14

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

Shades of Fiji Green #69740E

Tints of Fiji Green #69740E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 44.68%
G = 49.36%
B = 5.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#69740E (or 0x69740E) is known color: Fiji Green. HEX triplet: 69, 74 and 0E. RGB value is (105,116,14). Sum of RGB (Red+Green+Blue) = 105+116+14=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #69740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69740E is #968BF1. Grayscale: #656565. Windows color (decimal): -9866226 or 947305. OLE color: 947305.

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

Color convert

RGB 105 116 14 -
CMYK 0.09 0 0.88 0.55
HSL 66.47º 0.78% 0.25% -
HSV(B) 66.47º 0.88% 0.45% -
XYZ 12.15 15.53 2.77 -
YUV 101.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 105 116 14 0.09 0 0.88 0.55 66.47 0.78 0.25
Hex 69 74 E 9 0 58 37 42 4E 19
Octal 151 164 16 11 0 130 67 102 116 31
Binary 1101001 1110100 1110 1001 0 1011000 110111 1000010 1001110 11001

Color Harmonies of #69740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69740E

Black with #69740E

Text Example


Text Example

White with #69740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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